aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Jie Luo <jieluo@google.com>2017-08-22 10:36:52 -0700
committerGravatar Jie Luo <jieluo@google.com>2017-08-22 15:59:27 -0700
commit028d6f13ee15e7a8ade2339634682fed11675e22 (patch)
treeebbd05efe2e09fbcef0617e4588e3c4eceeab69d /python
parent0b7e97880c1ac3b3a7bfeccc51a5b852c8bd37ee (diff)
Add Python 3.5 3.6
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 baa96dba..67b36dc0 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{26,27,33,34}-{cpp,python}
+ py{26,27,33,34,35,36}-{cpp,python}
[testenv]
usedevelop=true