[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: I7b88f0ebce37a319e66b20d5438852976195f06e
This commit is contained in:
Natal Ngétal 2018-12-18 10:30:39 +01:00
parent 472d9e9ac8
commit 55a31ee2bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py36,py35,py27,pep8,pypy
envlist = pep8,py37,py36,py35,py27,pypy
[testenv]
usedevelop=True