aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Jie Luo <anandolee@gmail.com>2017-08-18 13:15:06 -0700
committerGravatar GitHub <noreply@github.com>2017-08-18 13:15:06 -0700
commitc2aa26e50772770f110fa384608e1a9a60105390 (patch)
tree20a16b95494e92cc90ff72b245737d71a061f643 /python
parent703f414ca6102e669ece2dcd5f7d9c2b05ca222e (diff)
Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)
Diffstat (limited to 'python')
-rw-r--r--python/tox.ini2
1 files changed, 1 insertions, 1 deletions
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