mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Don't use 3.5 on Travis as it doesn't have it yet.
This commit is contained in:
parent
e1d27a6250
commit
7f5ca04f25
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
{py27,py33,py34,pypy}-django-{17,18},
|
||||
{py27,py34,py35,pypy}-django-master
|
||||
{py27,py33,py34,pypy}-django-master
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
|
|
|
|||
Loading…
Reference in a new issue