Projet

Général

Profil

0002-add-restriction-for-django-1.8-and-django-taggit-fix.patch

Benjamin Dauvergne, 10 août 2018 11:20

Télécharger (643 octets)

Voir les différences:

Subject: [PATCH 2/2] add restriction for django 1.8 and django-taggit (fixes
 #25630)

 tox.ini | 1 +
 1 file changed, 1 insertion(+)
tox.ini
11 11
  coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov=welco/
12 12
deps =
13 13
  django18: django>=1.8,<1.9
14
  django18: django-taggit<0.23
14 15
  django111: django>=1.11,<1.12
15 16
  pytest-cov
16 17
  pytest-django
17
-