Skip to content

Commit 944a171

Browse files
Merge pull request #3606 from ryanhiebert/tox-no-basepython
Don't specify unnecessary basepython
2 parents 2704036 + 240eb67 commit 944a171

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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)