deprecate django 1.8 support

This commit is contained in:
Paul Marillonnet 2019-05-03 11:55:11 +02:00
parent a099256bef
commit cafa0f22b2
1 changed files with 1 additions and 7 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic/
envlist = py27-coverage-{dj18,dj111}-authentic-{pg,sqlite}-{oldldap,},py27-coverage-{dj18,dj111}-rbac-{pg,sqlite}
envlist = py27-coverage-dj111-authentic-{pg,sqlite}-{oldldap,},py27-coverage-dj111-rbac-{pg,sqlite}
[testenv]
# django.contrib.auth is not tested it does not work with our templates
@ -32,9 +32,6 @@ usedevelop =
nocoverage: False
deps =
pip > 9
dj18: django>1.8,<1.9
dj18: django-tables2<1.1
dj18: django-jsonfield<1.1
dj111: django<2.0
dj111: django-tables<2.0
pg: psycopg2-binary
@ -63,9 +60,6 @@ commands =
authentic: py.test {env:FAST:} {env:REUSEDB:} {env:COVERAGE:} {posargs:{env:A2_TESTS:tests/} --random-group}
rbac: py.test {env:FAST:} {env:REUSEDB:} {env:COVERAGE:} {posargs:tests_rbac/}
coverage: mv coverage.xml coverage-{envname}.xml
coverage-dj18-authentic-pg: mv htmlcov htmlcov-coverage-dj18-authentic-pg
coverage-dj18-rbac-pg: mv htmlcov htmlcov-coverage-dj18-rbac-pg
coverage-dj18-authentic-pg: ./pylint.sh src/authentic2/
[testenv:check]