diff --git a/tox.ini b/tox.ini index ada0609..29a5a1a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = coverage-{django18,django111}-pylint +envlist = coverage-django111-pylint toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/ [testenv] @@ -11,7 +11,6 @@ setenv = MANDAYEJS_SETTINGS_FILE=tests/settings.py coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=mandayejs/ --cov-config .coveragerc deps = - django18: django>=1.8,<1.9 django111: django>=1.11,<2.0 pytest-cov pytest-django