[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: If72e480c12385463088e2e0962801cd7095a6f12
This commit is contained in:
Natal Ngétal 2018-12-10 17:26:24 +01:00
parent 5859b3caed
commit 0fb353339a
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -7,6 +7,7 @@
- openstack-python-jobs
- openstack-python36-jobs
- tripleo-standalone-scenarios-full
- openstack-python37-jobs
check:
jobs:
- openstack-tox-pep8