summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-01 17:17:20 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-07-02 09:35:48 +0800
commit77ad81bde80f728fe0f13809481ae5117ab8fec3 (patch)
tree82273951df22edadc70d33ab9558a867f768c975
parent4bfcc1a9faae1c505266abd0e2a61b8b3cf621f4 (diff)
downloadpython-novaclient-77ad81bde80f728fe0f13809481ae5117ab8fec3.tar.gz
Add Python 3 Train unit tests
See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I691d7994070012af62d20d15809b7c4f143909a8
-rw-r--r--.zuul.yaml3
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 17011127..192845fb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -17,8 +17,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
- release-notes-jobs-python3
check:
diff --git a/setup.cfg b/setup.cfg
index 6fc6ba6c..42b82ac2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,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 3e9eab15..31a23629 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py27,pep8,docs
+envlist = py37,py36,py27,pep8,docs
minversion = 2.0
skipsdist = True