change default python 3 env in tox to 3.5

Change-Id: If4ec18360c446bf5af1ab7ef4c256a0cc784d78c
This commit is contained in:
qingszhao 2018-06-12 12:04:26 +08:00
parent f5c9ea4dc8
commit 9329f1872a
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]