From 55e18ba708258eb0d5a867e9795cdd3585ff7cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 31 Mar 2020 17:30:38 +0200 Subject: [PATCH] tox: stop testing against django 1.8 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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