From f509c7b2f54ef309a5cc8250cd8d7456bf3b141d Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Mon, 5 Oct 2015 16:14:50 -0700 Subject: disable py2.6 tests for json_format_test --- python/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/tox.ini') 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 -- cgit v1.2.3