From 868b780dbfcd0024e22c6480fa0477ab9e4c61b0 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 10 Dec 2015 11:35:42 -0200 Subject: [PATCH] Updated tox Signed-off-by: Lucas Moura Signed-off-by: Luiz Oliveira Signed-off-by: Sergio Oliveira --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d3863e..85cee54 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] -envlist = py{27,35,py}-dj{17,18,19} +envlist = py{27,34,35,py}-dj{17,18,19} [testenv] basepython = py27: python2.7 + py34: python3.4 py35: python3.5 pypy: pypy