Resolve tox.ini issues

This commit is contained in:
Tom Christie 2016-06-01 15:07:41 +01:00
parent b5931940e1
commit 3bdbfdb200

10
tox.ini
View File

@ -5,8 +5,8 @@ addopts=--tb=short
envlist =
py27-{lint,docs},
{py27,py32,py33,py34,py35}-django18,
{py27,py34,py35}-django{19}
{py27,py34,py35}-django{110}
{py27,py34,py35}-django19,
{py27,py34,py35}-django110
[testenv]
commands = ./runtests.py --fast {posargs} --coverage -rw
@ -19,6 +19,12 @@ deps =
django110: Django==1.10a1
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
basepython =
py35: python3.5
py34: python3.4
py33: python3.3
py32: python3.2
py27: python2.7
[testenv:py27-lint]
commands = ./runtests.py --lintonly