drop support for django 1.7

This commit is contained in:
Frédéric Péters 2017-03-11 17:00:46 +01:00
parent a98fc4c09a
commit 8cb010c79b
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ setenv =
DJANGO_SETTINGS_MODULE=corbo.settings
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov=corbo/ --cov-config .coveragerc
deps =
django17: django>1.7,<1.8
django18: django>=1.8,<1.9
pytest-cov
pytest-django>=3.1.1