mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Add python 3.6 to Tox file
A bit more is needed to add it to travis
This commit is contained in:
parent
9227d469eb
commit
3eef317761
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,12 +1,13 @@
|
|||
[tox]
|
||||
envlist =
|
||||
{py27,py35,pypy}-django-{18,19,110,111}
|
||||
{py27,py35,py36,pypy}-django-{18,19,110,111}
|
||||
{py35}-django-master
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py27: python2.7
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
pypy: pypy
|
||||
deps =
|
||||
redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue