[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:
parent
5859b3caed
commit
0fb353339a
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
skipsdist = True
|
||||
envlist = py35,py27,pep8
|
||||
envlist = pep8,py37,py36,py35,py27
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
@ -7,6 +7,7 @@
|
||||
- openstack-python-jobs
|
||||
- openstack-python36-jobs
|
||||
- tripleo-standalone-scenarios-full
|
||||
- openstack-python37-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
|
Loading…
Reference in New Issue
Block a user