From 610e4338885fdfc462b189304b7992f6816874a2 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Tue, 22 Aug 2017 16:23:21 -0700 Subject: Drop python2.6 Jenkins complains for python 2.6 DEPRECATION: Python 2.6 is no longer supported by the Python core team ERROR: InvocationError: '/tmp/protobuf/protobuf/python/.tox/py26-cpp/bin/python setup.py -q build_py' https://grpc-testing.appspot.com/job/protobuf_pull_request/1502/testReport/junit/(root)/python_cpp/python_cpp/ --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/tox.ini b/python/tox.ini index 67b36dc0..38a81b4f 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{26,27,33,34,35,36}-{cpp,python} + py{27,33,34,35,36}-{cpp,python} [testenv] usedevelop=true -- cgit v1.2.3