Skip to content

Commit 5e2f3ae

Browse files
committed
remove trailing whitespace in tox.ini
1 parent 04fdc9e commit 5e2f3ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps = flake8
1515
commands = flake8 virtualenvwrapper docs/source/conf.py
1616

1717
[testenv:py27]
18-
setenv =
18+
setenv =
1919
SHELL = /bin/bash
2020
commands = bash ./tests/run_tests {envdir} []
2121

@@ -27,28 +27,28 @@ commands = bash ./tests/run_tests {envdir} []
2727
#
2828
[testenv:py26]
2929
basepython=python2.6
30-
setenv =
30+
setenv =
3131
SHELL = /bin/bash
3232
commands = bash ./tests/run_tests {envdir} []
3333

3434
[testenv:py32]
35-
setenv =
35+
setenv =
3636
SHELL = /bin/bash
3737
commands = bash ./tests/run_tests {envdir} []
3838

3939
[testenv:py33]
40-
setenv =
40+
setenv =
4141
SHELL = /bin/bash
4242
commands = bash ./tests/run_tests {envdir} []
4343

4444
[testenv:zsh]
4545
basepython=python2.7
46-
setenv =
46+
setenv =
4747
SHELL = /bin/zsh
4848
commands = zsh -o shwordsplit ./tests/run_tests {envdir} []
4949

5050
[testenv:ksh]
5151
basepython=python2.7
52-
setenv =
52+
setenv =
5353
SHELL = /bin/ksh
5454
commands = ksh ./tests/run_tests {envdir} []

0 commit comments

Comments
 (0)