update for python3 train jobs

Change-Id: I66c60ec6088da2260f987177aeea635132db2913
This commit is contained in:
Boden R 2019-07-11 09:45:38 -06:00
parent aa3508fdc0
commit 1902030e5b
3 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,5 @@
templates:
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python3-train-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
[files]
packages =

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py27,pep8,docs
envlist = py27,py37,pep8
minversion = 2.0
skipsdist = True