tox: run tests against django 1.11 (#25658)

This commit is contained in:
Frédéric Péters 2018-08-13 12:08:17 +02:00 committed by Thomas NOEL
parent c0b8e258d9
commit 0b6b9e313b
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo
envlist = coverage-django18-{authentic,hobo,multipublik,multitenant,passerelle}
envlist = coverage-{django18,django111}-{authentic,hobo,multipublik,multitenant,passerelle},
[testenv]
basepython = python2
@ -28,6 +28,7 @@ setenv =
fast: NOMIGRATIONS=--nomigrations
deps:
django18: django>=1.8,<1.9
django111: django>=1.11,<1.12
pytest
pytest-cov
pytest-django
@ -39,6 +40,7 @@ deps:
django-mellon
celery<4
django18: django-tables2<1.1
django111: django-tables2<2.0
authentic: http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
passerelle: http://git.entrouvert.org/passerelle.git/snapshot/passerelle-master.tar.gz
passerelle: suds