mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
added dj1.11 in tox
This commit is contained in:
parent
4aa18f3a8d
commit
dcb43cdb02
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-rrequirements.txt
|
||||
flake8==2.5.4
|
||||
flake8>=2.5.4
|
||||
pytest
|
||||
pytest-django
|
||||
1
tox.ini
1
tox.ini
|
|
@ -20,6 +20,7 @@ deps =
|
|||
1.8: Django>=1.8,<1.9
|
||||
1.9: Django>=1.9,<1.10
|
||||
1.10: Django>=1.10,<1.11
|
||||
1.11: Django>=1.11b1,<2.0
|
||||
master: https://github.com/django/django/tarball/master
|
||||
setenv=
|
||||
DJANGO_SETTINGS_MODULE = example.settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue