mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
updated tox with newer versions
This commit is contained in:
parent
68eb9c7c59
commit
75c7d4180a
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
|
@ -6,9 +6,9 @@ exclude = migrations/*,docs/*
|
|||
|
||||
[tox]
|
||||
envlist =
|
||||
py27-{1.10,1.11},
|
||||
py34-{1.10,1.11,2.0},
|
||||
py35-{1.10,1.11,2.0,master},
|
||||
py27-{1.11},
|
||||
py35-{1.11,2.0,2.1},
|
||||
py36-{2.0,2.1,master},
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
@ -16,7 +16,7 @@ commands =
|
|||
py.test []
|
||||
deps =
|
||||
-rrequirements_test.txt
|
||||
1.10: Django>=1.10,<1.11
|
||||
2.1: Django>=2.1,<2.2
|
||||
1.11: Django>=1.11,<2.0
|
||||
2.0: Django>=2.0,<2.1
|
||||
master: https://github.com/django/django/tarball/master
|
||||
|
|
|
|||
Loading…
Reference in a new issue