Use py35 instead of py34 in tox

Change-Id: Ie21d32211bac642f92061b8a76ff997b8f2eaf89
This commit is contained in:
Lin Yang 2017-08-03 10:05:17 -07:00
parent e8bfa3b16b
commit c39fe3aa92

View File

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