change default python 3 env in tox to 3.5

Change-Id: Ic0f2d1fa62652f1d8b7f607ba1e631c4c82b2966
This commit is contained in:
qingszhao 2018-06-12 14:05:16 +08:00 committed by Filippo Inzaghi
parent c8db7874ab
commit 80c1b8dc38
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]