mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Remove django 1.8 from tox.ini
This commit is contained in:
parent
e3318658a5
commit
18afb50582
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -6,7 +6,7 @@ envlist =
|
|||
flake8-py27,
|
||||
flake8-py35,
|
||||
readme-py27,
|
||||
py{27,34,35}-dj{18,19,110}
|
||||
py{27,34,35}-dj{19,110}
|
||||
py{27,34,35,36}-dj111
|
||||
py{34,35,36}-dj20
|
||||
|
||||
|
|
@ -21,7 +21,6 @@ setenv =
|
|||
DJANGO_SETTINGS_MODULE = dbtemplates.test_settings
|
||||
deps =
|
||||
-rrequirements/tests.txt
|
||||
dj18: Django<1.9
|
||||
dj19: Django<1.10
|
||||
dj110: Django<1.11
|
||||
dj111: Django<2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue