File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3434syntax: re
3535.DS_Store
3636^web /
37+ .python-version
38+ .eggs
Original file line number Diff line number Diff line change 2727# ones.
2828extensions = ['sphinxcontrib.bitbucket' ]
2929
30- bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/'
30+ bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvw' \
31+ 'rapper/'
3132
3233# Add any paths that contain templates here, relative to this directory.
3334# templates_path = ['pkg/templates']
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ test_mktmpenv_defined_lazy() {
9696 function_defined_lazy mktmpenv
9797}
9898
99- test_mktmpenv_defined_lazy () {
99+ test_wipeenv_defined_lazy () {
100100 function_defined_lazy wipeenv
101101}
102102
103- test_mktmpenv_defined_lazy () {
103+ test_allvirtualenv_defined_lazy () {
104104 function_defined_lazy allvirtualenv
105105}
106106
Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ test_mktmpenv_defined_normal() {
8888 function_defined_normal mktmpenv
8989}
9090
91- test_mktmpenv_defined_normal () {
91+ test_wipeenv_defined_normal () {
9292 function_defined_normal wipeenv
9393}
9494
95- test_mktmpenv_defined_normal () {
95+ test_allvirtualenv_defined_normal () {
9696 function_defined_normal allvirtualenv
9797}
9898
You can’t perform that action at this time.
0 commit comments