Update python3 versions in tox.ini envlist

This updates the envlist to include modern versions of python. It
doesn't really mean anything except for you run tox without specifying
an environment it will now run py35 and py36 instead of py34 (which
isn't used anywhere anymore)

Change-Id: I935cf6d104fa5b516332cbb587d327dc587d0c32
This commit is contained in:
qingszhao 2018-06-12 16:42:13 +08:00
parent 0ddb7ec6dc
commit 6c546bc9ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py33,py34,py35,py36,py27,pypy,pep8,docs
envlist = py35,py36,py27,pypy,pep8,docs
[testenv]
usedevelop = True