[Configuration] Add missing py37 and corrected default envlist.
Change order of default tox envlist in order of likeliness to fail on a new change and add py37 and py36. Change-Id: I9d21561991c1d956a62de72c906cf91305ce5328
This commit is contained in:
parent
8d3fa3a85c
commit
07657a73e9
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py35,py27,pep8,pylint
|
||||
envlist = pep8,pylint,py37,py36,py35,py27
|
||||
minversion = 2.0
|
||||
skipsdist = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user