aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Jie Luo <jieluo@google.com>2017-08-22 16:23:21 -0700
committerGravatar Jie Luo <jieluo@google.com>2017-08-22 16:39:26 -0700
commit610e4338885fdfc462b189304b7992f6816874a2 (patch)
treedcccabac359a5d52fd7e0ab580de52426220113d /python
parent028d6f13ee15e7a8ade2339634682fed11675e22 (diff)
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/
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 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