aboutsummaryrefslogtreecommitdiff
path: root/python/tox.ini
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-10-05 16:14:50 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-10-05 16:14:50 -0700
commitf509c7b2f54ef309a5cc8250cd8d7456bf3b141d (patch)
tree53b944796a5274f9350cb5e1b36c851d48a2302a /python/tox.ini
parentdbea00ae882b0a1df1f76cb5b23657234bf073c4 (diff)
downloadprotobuf-f509c7b2f54ef309a5cc8250cd8d7456bf3b141d.tar.gz
protobuf-f509c7b2f54ef309a5cc8250cd8d7456bf3b141d.tar.bz2
protobuf-f509c7b2f54ef309a5cc8250cd8d7456bf3b141d.zip
disable py2.6 tests for json_format_test
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tox.ini b/python/tox.ini
index a6352ef4..046cc7cb 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -2,7 +2,8 @@
envlist =
# cpp implementation on py34 is currently broken due to
# changes introduced by http://bugs.python.org/issue22079.
- py{26,27,33,34}-{cpp,python}
+ # py26 is currently broken due to the json_format_test
+ py{27,33,34}-{cpp,python}
[testenv]
usedevelop=true