aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-10-06 10:48:57 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-10-06 10:48:57 -0700
commit72bd9c959ae309d6b0e1867a0a4f0cd1cc11089b (patch)
tree46a88578fd530776cbaa05133082e89dad0553d1 /python
parentf509c7b2f54ef309a5cc8250cd8d7456bf3b141d (diff)
downloadprotobuf-72bd9c959ae309d6b0e1867a0a4f0cd1cc11089b.tar.gz
protobuf-72bd9c959ae309d6b0e1867a0a4f0cd1cc11089b.tar.bz2
protobuf-72bd9c959ae309d6b0e1867a0a4f0cd1cc11089b.zip
disable tests for python-cpp under py26 as well.
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 046cc7cb..1c433fa2 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -2,7 +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_test
+ # py26 is currently broken due to the json_format
py{27,33,34}-{cpp,python}
[testenv]