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: I5b61677d4ee7a2c5dbf29755c03243cba0e6446e
This commit is contained in:
Matthew Treinish 2017-08-08 10:28:01 -04:00 committed by Andreas Jaeger
parent b99350137b
commit ea8194464d
1 changed files with 1 additions and 1 deletions

View File

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