Merge "Use py35 instead of py34 in tox"

This commit is contained in:
Jenkins 2017-08-03 17:40:40 +00:00 committed by Gerrit Code Review
commit 834e77e6d6

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
skipsdist = True
[testenv]