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
1515commands = flake8 virtualenvwrapper docs/source/conf.py
1616
1717[testenv:py27]
18- setenv =
18+ setenv =
1919 SHELL = /bin/bash
2020commands = bash ./tests/run_tests {envdir} []
2121
@@ -27,28 +27,28 @@ commands = bash ./tests/run_tests {envdir} []
2727#
2828[testenv:py26]
2929basepython =python2.6
30- setenv =
30+ setenv =
3131 SHELL = /bin/bash
3232commands = bash ./tests/run_tests {envdir} []
3333
3434[testenv:py32]
35- setenv =
35+ setenv =
3636 SHELL = /bin/bash
3737commands = bash ./tests/run_tests {envdir} []
3838
3939[testenv:py33]
40- setenv =
40+ setenv =
4141 SHELL = /bin/bash
4242commands = bash ./tests/run_tests {envdir} []
4343
4444[testenv:zsh]
4545basepython =python2.7
46- setenv =
46+ setenv =
4747 SHELL = /bin/zsh
4848commands = zsh -o shwordsplit ./tests/run_tests {envdir} []
4949
5050[testenv:ksh]
5151basepython =python2.7
52- setenv =
52+ setenv =
5353 SHELL = /bin/ksh
5454commands = ksh ./tests/run_tests {envdir} []
You can’t perform that action at this time.
0 commit comments