change default python 3 env in tox to 3.5

Change-Id: I76c5d2c770a4a46c46b5f6e1852c1ac18a23cce4
This commit is contained in:
qingszhao 2018-06-12 10:49:48 +08:00
parent 7e29c5c201
commit d2250f249e
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]