Use py35 instead of py34 in tox

Change-Id: I0f279f969413aa8fd5a0e758ad04423dd8a1aa1a
This commit is contained in:
Lin Yang
2017-08-03 10:28:11 -07:00
parent 3a703fc821
commit 8a9bd85c78

View File

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