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 --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index b4a908dd..9cdf456e 100755 --- a/travis.sh +++ b/travis.sh @@ -131,7 +131,8 @@ build_python() { cd python # Only test Python 2.6/3.x on Linux if [ $(uname -s) == "Linux" ]; then - envlist=py\{26,27,33,34\}-python + # py26 is currently disabled due to json_format_test + envlist=py\{27,33,34\}-python else envlist=py27-python fi -- cgit v1.2.3