Skip to content

Commit 240eb67

Browse files
committed
Don't specify basepython
tox automatically includes basepython definitions for all the common python versions, and will recognize it in factors of envs in the envlist.
1 parent 2704036 commit 240eb67

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ envlist =
88
{py27,py34,py35}-django{19}
99

1010
[testenv]
11-
basepython =
12-
py27: python2.7
13-
py32: python3.2
14-
py33: python3.3
15-
py34: python3.4
16-
py35: python3.5
17-
1811
commands = ./runtests.py --fast {posargs} --coverage
1912
setenv =
2013
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)