summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-07-19 17:24:00 +0000
committerGerrit Code Review <review@openstack.org>2019-07-19 17:24:00 +0000
commitc2eda78f9e48bdf2d6855bb0e45dcc8247a9acbc (patch)
tree332a624f7357d675cd702e26a112bf0e55bb8307
parenta7a6064e7dc4775d08753f029c2589a4586e0f66 (diff)
parentc408c2e97ca5772899305650e3ef1df48d0f1a41 (diff)
downloadglance_store-c2eda78f9e48bdf2d6855bb0e45dcc8247a9acbc.tar.gz
Merge "Add Python 3 Train unit tests"
-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 cdb875b..f66abe9 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -158,8 +158,7 @@
- lib-forward-testing-python3
- 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 1b2f5b9..f07ba17 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,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 ccab0fa..27c54d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py37,py27,pep8
+envlist = py27,py37,pep8
skipsdist = True
[testenv]