From 2cf3d8e86c479a6ecc2aad732ae58e8ca765a276 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Fri, 8 Jan 2016 09:00:40 -0500 Subject: [PATCH] Added python 3.5 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2370203..83e68f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = - {py27,py33,py34,pypy}-django-{17,18}, - {py27,py34,pypy}-django-master + {py27,py33,py34,py35,pypy}-django-{17,18,19}, + {py27,py35,pypy}-django-master [testenv] basepython =