aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tox.ini b/python/tox.ini
index 1c433fa2..a6352ef4 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -2,8 +2,7 @@
envlist =
# cpp implementation on py34 is currently broken due to
# changes introduced by http://bugs.python.org/issue22079.
- # py26 is currently broken due to the json_format
- py{27,33,34}-{cpp,python}
+ py{26,27,33,34}-{cpp,python}
[testenv]
usedevelop=true