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:
Gregory Haynes 2016-12-19 23:21:24 +00:00
parent 029b6dd3d5
commit 54dd54d81d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pep8
envlist = py35,py27,pep8
minversion = 1.6
skipsdist = True