change default python 3 env in tox to 3.5

Change-Id: Iba12de8890a94de6ee8c00032951fbe78bb43f00
This commit is contained in:
qingszhao 2018-06-12 13:37:03 +08:00
parent 7667932ab8
commit 1d0983e8bc
1 changed files with 1 additions and 1 deletions

View File

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