Skip to content

Commit 92a4116

Browse files
committed
remove some explicit tox environments
Tox knows about different python versions without us having to be explicit, so consolidate some of the configuration to take advantage of tox's feature. Change-Id: I1b83cf23ad2a513c7b22c8ac5e19f3d9b54e8cb1
1 parent 0819b39 commit 92a4116

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tox.ini

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ deps = virtualenv
99
stevedore
1010
setenv =
1111
TOXIC = true
12+
SHELL = /bin/bash
1213
whitelist_externals =
1314
bash
1415
zsh
@@ -18,11 +19,6 @@ whitelist_externals =
1819
deps = flake8
1920
commands = flake8 virtualenvwrapper docs/source/conf.py
2021

21-
[testenv:py27]
22-
setenv =
23-
SHELL = /bin/bash
24-
commands = bash ./tests/run_tests {envdir} []
25-
2622
# Not sure why the basepython setting is needed, but on my system if
2723
# it isn't included then the python version picked up for 2.6 is
2824
# actually 2.7.
@@ -35,16 +31,6 @@ setenv =
3531
SHELL = /bin/bash
3632
commands = bash ./tests/run_tests {envdir} []
3733

38-
[testenv:py33]
39-
setenv =
40-
SHELL = /bin/bash
41-
commands = bash ./tests/run_tests {envdir} []
42-
43-
[testenv:py34]
44-
setenv =
45-
SHELL = /bin/bash
46-
commands = bash ./tests/run_tests {envdir} []
47-
4834
[testenv:zsh]
4935
basepython=python2.7
5036
setenv =

0 commit comments

Comments
 (0)