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 34
34
syntax: re
35
35
.DS_Store
36
36
^web /
37
+ .python-version
38
+ .eggs
Original file line number Diff line number Diff line change 27
27
# ones.
28
28
extensions = ['sphinxcontrib.bitbucket' ]
29
29
30
- bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/'
30
+ bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvw' \
31
+ 'rapper/'
31
32
32
33
# Add any paths that contain templates here, relative to this directory.
33
34
# templates_path = ['pkg/templates']
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ test_mktmpenv_defined_lazy() {
96
96
function_defined_lazy mktmpenv
97
97
}
98
98
99
- test_mktmpenv_defined_lazy () {
99
+ test_wipeenv_defined_lazy () {
100
100
function_defined_lazy wipeenv
101
101
}
102
102
103
- test_mktmpenv_defined_lazy () {
103
+ test_allvirtualenv_defined_lazy () {
104
104
function_defined_lazy allvirtualenv
105
105
}
106
106
Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ test_mktmpenv_defined_normal() {
88
88
function_defined_normal mktmpenv
89
89
}
90
90
91
- test_mktmpenv_defined_normal () {
91
+ test_wipeenv_defined_normal () {
92
92
function_defined_normal wipeenv
93
93
}
94
94
95
- test_mktmpenv_defined_normal () {
95
+ test_allvirtualenv_defined_normal () {
96
96
function_defined_normal allvirtualenv
97
97
}
98
98
You can’t perform that action at this time.
0 commit comments