Update Python 3 test runtimes for Train
One of train goals to have consistent python3 jobs. https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Id4575d1c06dc2e638d40a3364fa30c47edfe1cf9
This commit is contained in:
parent
d8751563e7
commit
563dab994c
@ -15,7 +15,9 @@ classifier =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
envlist = py36,py27,docs,pep8
|
||||
envlist = py3,py27,docs,pep8
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
@ -1,7 +1,7 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
- openstack-python36-jobs
|
||||
- openstack-python3-train-jobs
|
||||
- check-requirements
|
||||
- publish-openstack-docs-pti
|
||||
- release-notes-jobs-python3
|
||||
|
Loading…
Reference in New Issue
Block a user