[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:
Natal Ngétal 2018-12-12 12:24:47 +01:00
parent 8d3fa3a85c
commit 07657a73e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8,pylint
envlist = pep8,pylint,py37,py36,py35,py27
minversion = 2.0
skipsdist = True