Merge "Update Python 3 test runtimes for Train"

This commit is contained in:
Zuul 2019-05-20 17:58:55 +00:00 committed by Gerrit Code Review
commit a705d055bd
3 changed files with 2 additions and 8 deletions

View File

@ -134,8 +134,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
- publish-openstack-docs-pti
- periodic-stable-jobs
- check-requirements

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Internet :: Name Service (DNS)
[global]

View File

@ -43,12 +43,6 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:py35]
basepython = python3
commands =
{[testenv]commands}
stestr run {posargs}
[testenv:py36]
basepython = python3.6
commands =