From 1902030e5b65429fa556bd5a4423db7907dbfffd Mon Sep 17 00:00:00 2001 From: Boden R Date: Thu, 11 Jul 2019 09:45:38 -0600 Subject: [PATCH] update for python3 train jobs Change-Id: I66c60ec6088da2260f987177aeea635132db2913 --- .zuul.yaml | 2 +- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 085ee174..cd947ae4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,5 +2,5 @@ templates: - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements diff --git a/setup.cfg b/setup.cfg index 862397db..67c6262e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index cc965a18..16b3957a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py27,pep8,docs +envlist = py27,py37,pep8 minversion = 2.0 skipsdist = True