From 3eef317761c100d882dddd32beef4e0a3ff2e1b4 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 16 May 2017 13:44:53 +0100 Subject: [PATCH] Add python 3.6 to Tox file A bit more is needed to add it to travis --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7053ac8..23caef6 100644 --- a/tox.ini +++ b/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