diff --git a/tox.ini b/tox.ini index e2c45d40..09f38910 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,34,35}-{dj18,dj19,dj110} +envlist = py{27,34,35,36}-{dj18,dj19,dj110,dj111} skipsdist = True [testenv] @@ -7,11 +7,13 @@ basepython = py27: python2.7 py34: python3.4 py35: python3.5 + py36: python3.6 commands = python tests/manage.py {posargs:jenkins --enable-coverage --pep8-max-line-length=150 --liveserver=localhost:8090-8100 --output-dir=reports/{envname} --testrunner=tests.runner.CustomTestRunner --ok} deps = dj18: django==1.8.17 dj19: django==1.9.12 dj110: django==1.10.5 + dj111: django==1.11.8 pylint==1.6.5 pylint-django==0.7.2 coverage==4.3.4