tox: stop testing against django 1.8

This commit is contained in:
Frédéric Péters 2020-03-31 17:30:38 +02:00
parent f689dcf712
commit 55e18ba708
1 changed files with 1 additions and 2 deletions

View File

@ -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