change default python 3 env in tox to 3.5

Change-Id: I54c6404546ec2a59489c20e22d6131a221c3b4bd
This commit is contained in:
qingszhao 2018-06-12 11:30:40 +08:00
parent 4a5adf8cca
commit 4e863e1b5c
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]