Update tox from py34 to py35

While running tox, I see it runs against py34 instead of py35.
This patch update this point as per Infra.

Change-Id: Ibb128aeadc93601a29c3277b52eb002178f52b9e
This commit is contained in:
Cao Xuan Hoang 2017-09-22 11:39:06 +07:00
parent 6898138008
commit 2d903d1318
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 = 2.3.2
skipsdist = True