change default python 3 env in tox to 3.5

Change-Id: I71ca6994abfa7d3c1e84686c83d8471e200cf640
This commit is contained in:
qingszhao 2018-06-15 08:32:04 +08:00
parent 3e4f2e5ee3
commit 4c88f902c8
1 changed files with 1 additions and 1 deletions

View File

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