change default python 3 env in tox to 3.5

Change-Id: I12aee35b20ed47815aaa9da1838f045cbcbc3979
This commit is contained in:
qingszhao 2018-06-12 10:38:25 +08:00 committed by Filippo Inzaghi
parent 3b150a1177
commit 2bd3fe8cf4
1 changed files with 1 additions and 1 deletions

View File

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