Add python 3.6 to Tox file

A bit more is needed to add it to travis
This commit is contained in:
Bruno Alla 2017-05-16 13:44:53 +01:00
parent 9227d469eb
commit 3eef317761

View file

@ -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