From c2aa26e50772770f110fa384608e1a9a60105390 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Fri, 18 Aug 2017 13:15:06 -0700 Subject: Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524) This reverts commit 703f414ca6102e669ece2dcd5f7d9c2b05ca222e. --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/tox.ini b/python/tox.ini index 9405e21d..baa96dba 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{26,27,34,35,36}-{cpp,python} + py{26,27,33,34}-{cpp,python} [testenv] usedevelop=true -- cgit v1.2.3