Switch to wallaby job template

Run the expected wallaby jobs in gate.

Change-Id: I2496c1e95d36acbce60679f5e7224a92ed60a7ce
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-09-21 13:06:59 -05:00
parent 828ede5d67
commit 1823e8595d
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
- check-requirements
check:

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8
envlist = py38,pep8
ignore_basepython_conflict = true
minversion = 3.2.0
skipsdist = True