diff --git a/tox.ini b/tox.ini index 703a93d..1f4f86e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py2-coverage-django111-pylint,py3-django111 +envlist = py2-coverage-django111-pylint,py3-django111,py3-django22 toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/ [testenv] @@ -11,6 +11,7 @@ setenv = coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=mandayejs/ --cov-config .coveragerc deps = django111: django>=1.11,<2.0 + django22: django>=2.2,<2.3 pytest-cov pytest-django pytest