Commit 240eb672 by Ryan Hiebert

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.
parent 2704036a
...@@ -8,13 +8,6 @@ envlist = ...@@ -8,13 +8,6 @@ envlist =
{py27,py34,py35}-django{19} {py27,py34,py35}-django{19}
[testenv] [testenv]
basepython =
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
py35: python3.5
commands = ./runtests.py --fast {posargs} --coverage commands = ./runtests.py --fast {posargs} --coverage
setenv = setenv =
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment