Switch py34 tests to py35
Py35 is now commonly available on things like -infra test nodes, lets use that instead. Change-Id: I554ec84d709a9937df5ec3c2fa7eab8f158cf64e
This commit is contained in:
parent
029b6dd3d5
commit
54dd54d81d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py34,py27,pep8
|
||||
envlist = py35,py27,pep8
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue