change default python 3 env in tox to 3.5

Change-Id: I91f4d068a6d9961df0a7a7a01bf0b106b98d697b
This commit is contained in:
qingszhao 2018-06-12 13:43:56 +08:00
parent d5ca783f9d
commit dfe9791e55
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]