mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
added dj1.11 to tox
This commit is contained in:
parent
2b5c180792
commit
1054fb25fd
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
|
@ -6,10 +6,10 @@ exclude = migrations/*,docs/*
|
|||
|
||||
[tox]
|
||||
envlist =
|
||||
py27-{1.8,1.9,1.10,master},
|
||||
py27-{1.8,1.9,1.10,1.11,master},
|
||||
py33-{1.8},
|
||||
py34-{1.8,1.9,1.10,master},
|
||||
py35-{1.8,1.9,1.10,master},
|
||||
py34-{1.8,1.9,1.10,1.11,master},
|
||||
py35-{1.8,1.9,1.10,1.11,master},
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Reference in a new issue