Projet

Général

Profil

0001-tox-run-tests-against-django-1.11-25658.patch

Frédéric Péters, 13 août 2018 12:16

Télécharger (1,2 ko)

Voir les différences:

Subject: [PATCH] tox: run tests against django 1.11 (#25658)

 tox.ini | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
tox.ini
4 4
# and then run "tox" from this directory.
5 5
[tox]
6 6
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo
7
envlist = coverage-django18-{authentic,hobo,multipublik,multitenant,passerelle}
7
envlist = coverage-{django18,django111}-{authentic,hobo,multipublik,multitenant,passerelle},
8 8

  
9 9
[testenv]
10 10
basepython = python2
......
28 28
	fast: NOMIGRATIONS=--nomigrations
29 29
deps:
30 30
	django18: django>=1.8,<1.9
31
	django111: django>=1.11,<1.12
31 32
	pytest
32 33
	pytest-cov
33 34
	pytest-django
......
39 40
	django-mellon
40 41
	celery<4
41 42
	django18: django-tables2<1.1
43
	django111: django-tables2<2.0
42 44
	authentic: http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
43 45
	passerelle: http://git.entrouvert.org/passerelle.git/snapshot/passerelle-master.tar.gz
44 46
	passerelle: suds
45
-