summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2019-06-13 11:30:34 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2019-06-13 11:30:34 +0800
commit85df211fc1e726aa22812ab1d8f8dfc20c6bf7cf (patch)
treeb4c2a3f65dcfb7703a047c5820ffa1b267eb15d3
parenta22874bd585bac07a613bd6a2a14dc3fa487dcc3 (diff)
downloadpython-ironicclient-85df211fc1e726aa22812ab1d8f8dfc20c6bf7cf.tar.gz
Update Python 3 test runtimes for Train
One of train goals to have consistent python3 jobs. https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: If72309322644ea54fbf3a07ecbaa1bcf09ff9dba
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
-rw-r--r--zuul.d/project.yaml3
3 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index cd3cb12..7a71885 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages = ironicclient
diff --git a/tox.ini b/tox.ini
index bfdb5f2..e04e479 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py36,py27,pep8,pypy
+envlist = py3,py27,pep8,pypy
skipsdist = True
[testenv]
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index eb0eab5..eefed47 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -4,8 +4,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3