File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deps = flake8
15
15
commands = flake8 virtualenvwrapper docs/source/conf.py
16
16
17
17
[testenv:py27]
18
- setenv =
18
+ setenv =
19
19
SHELL = /bin/bash
20
20
commands = bash ./tests/run_tests {envdir} []
21
21
@@ -27,28 +27,28 @@ commands = bash ./tests/run_tests {envdir} []
27
27
#
28
28
[testenv:py26]
29
29
basepython =python2.6
30
- setenv =
30
+ setenv =
31
31
SHELL = /bin/bash
32
32
commands = bash ./tests/run_tests {envdir} []
33
33
34
34
[testenv:py32]
35
- setenv =
35
+ setenv =
36
36
SHELL = /bin/bash
37
37
commands = bash ./tests/run_tests {envdir} []
38
38
39
39
[testenv:py33]
40
- setenv =
40
+ setenv =
41
41
SHELL = /bin/bash
42
42
commands = bash ./tests/run_tests {envdir} []
43
43
44
44
[testenv:zsh]
45
45
basepython =python2.7
46
- setenv =
46
+ setenv =
47
47
SHELL = /bin/zsh
48
48
commands = zsh -o shwordsplit ./tests/run_tests {envdir} []
49
49
50
50
[testenv:ksh]
51
51
basepython =python2.7
52
- setenv =
52
+ setenv =
53
53
SHELL = /bin/ksh
54
54
commands = ksh ./tests/run_tests {envdir} []
You can’t perform that action at this time.
0 commit comments