mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Don't run py26 tests on Django >= 1.7.
This commit is contained in:
parent
8045678606
commit
041de9c29c
1 changed files with 5 additions and 1 deletions
6
tox.ini
6
tox.ini
|
|
@ -1,5 +1,9 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26-django-14, py27-django-14, {py26,py27,py32,py33,py34,pypy}-django-{15,16,17,master}
|
envlist =
|
||||||
|
py26-django-14,
|
||||||
|
py27-django-14,
|
||||||
|
{py26,py27,py32,py33,py34,pypy}-django-{15,16},
|
||||||
|
{py27,py32,py33,py34,pypy}-django-{17,master}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue