Merge "Update Python 3 test runtimes for Train"

This commit is contained in:
Zuul 2019-06-10 20:40:41 +00:00 committed by Gerrit Code Review
commit ad9eda63ac
3 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,7 @@
templates:
- 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

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[global]
setup-hooks =

View File

@ -2,7 +2,7 @@
minversion = 2.5
skipsdist = True
skip_missing_interpreters = true
envlist = py36,py27,compliance,pep8
envlist = py37,py27,compliance,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}