mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Django master (1.9+) does not support Py3.2
This commit is contained in:
parent
353c6a30de
commit
de4dc304f8
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -3,7 +3,8 @@ envlist =
|
|||
py26-django-14,
|
||||
py27-django-14,
|
||||
{py26,py27,py32,py33,py34,pypy}-django-{15,16},
|
||||
{py27,py32,py33,py34,pypy}-django-{17,master}
|
||||
{py27,py32,py33,py34,pypy}-django-17
|
||||
{py27,py33,py34,pypy}-django-master
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
|
|
|
|||
Loading…
Reference in a new issue