mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
dropped dj 1.8 & 1.9 from tox and added 2.0
This commit is contained in:
parent
18fae8d5ed
commit
28702ef165
1 changed files with 5 additions and 7 deletions
12
tox.ini
12
tox.ini
|
|
@ -6,10 +6,9 @@ exclude = migrations/*,docs/*
|
|||
|
||||
[tox]
|
||||
envlist =
|
||||
py27-{1.8,1.9,1.10,1.11,master},
|
||||
py33-{1.8},
|
||||
py34-{1.8,1.9,1.10,1.11,master},
|
||||
py35-{1.8,1.9,1.10,1.11,master},
|
||||
py27-{1.10,1.11},
|
||||
py34-{1.10,1.11,2.0},
|
||||
py35-{1.10,1.11,2.0,master},
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
@ -17,10 +16,9 @@ commands =
|
|||
py.test []
|
||||
deps =
|
||||
-rrequirements_test.txt
|
||||
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
|
||||
1.11: Django>=1.11,<2.0
|
||||
2.0: Djanfo>=2.0,<2.1
|
||||
master: https://github.com/django/django/tarball/master
|
||||
setenv=
|
||||
DJANGO_SETTINGS_MODULE = example.settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue