change default python 3 env in tox to 3.5

Change-Id: Icbc062d281cb1d48da45bf550d8514e37be4b9c9
This commit is contained in:
qingszhao 2018-06-12 11:33:55 +08:00
parent 5b8266593f
commit ac0f441430
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.9.1
skipsdist = True
envlist = py34,py27,pep8
envlist = py35,py27,pep8
[testenv]
usedevelop = True