From 44e48c1f71b916615466c628fc6bd056df56804e Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Tue, 16 Feb 2016 19:54:39 -0800 Subject: Added missing python envs to tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 50a0d00..b3bb37b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33, py34, pypy, jython +envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython [testenv] commands = -- cgit v1.2.1