Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I3812281ad016d0d650fad44e41ea4c83df11fb89 Story: #2005924 Task: #34253
This commit is contained in:
parent
42fc5fbe49
commit
5e0060fad4
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = pep8,py37,py36,py35,py27
|
envlist = pep8,py27,py37
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
templates:
|
templates:
|
||||||
- tripleo-buildimage-jobs
|
- tripleo-buildimage-jobs
|
||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
- openstack-python35-jobs
|
- openstack-python3-train-jobs
|
||||||
- openstack-python36-jobs
|
|
||||||
- openstack-python37-jobs
|
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
|
Loading…
Reference in New Issue
Block a user