From 5f8d0f8eccf96b0cf90a944a004ee109fce513b3 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sun, 10 Apr 2016 21:06:55 +0100 Subject: [PATCH] tox.ini: I forgot that we still support python 3.3 (sorry) I hope not for long, though. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a0d32c97..a85a435f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] -envlist = py27, pypy, py34, py35 +envlist = py27, pypy, py33, py34, py35 [testenv] basepython = py27: {env:TOXPYTHON:python2.7} pypy: {env:TOXPYTHON:pypy} + py33: {env:TOXPYTHON:python3.3} py34: {env:TOXPYTHON:python3.4} py35: {env:TOXPYTHON:python3.5} deps =