Add py36 to tox.ini
This commit adds py36 to tox.ini because we should support python3.6. And this commit also removes redundant 'py' in the envlist. Change-Id: Id6b4e02987bfb16abf1ca9735f22ba4b850d63c3
This commit is contained in:
parent
da5a5a934a
commit
1d7860fc39
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
envlist = py35,py27,pypy,pep8,pip-check-reqs
|
||||
envlist = py{36,35,27,py},pep8,pip-check-reqs
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user