Add py35 to tox envlist

Change-Id: I53751e49290a9bda0670015a2d5a6f975e375483
This commit is contained in:
ZhangHongtao 2017-03-10 17:51:18 +08:00
parent 331bfa36df
commit 2b69951603
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34, pep8, py27, pypy
envlist = py{34,27,35}, pep8, pypy
[testenv]
setenv VIRTUAL_ENV={envdir}