summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-14 15:45:15 +0000
committerGerrit Code Review <review@openstack.org>2019-03-14 15:45:15 +0000
commite59a014a7ec64de373d8ed5ca5d0c98ab785df3f (patch)
treeae013bb3bcfba1f8598370ef602b9da328223422
parent1b5ca365b4f13da996387a8d2211fd5d67e6370a (diff)
parentf054ccbf4ddea343a441c925382d96edc3237c08 (diff)
downloadwsme-e59a014a7ec64de373d8ed5ca5d0c98ab785df3f.tar.gz
Merge "Move CI jobs in-tree, add Python 3.6 and 3.7"
-rw-r--r--.zuul.yaml5
-rw-r--r--setup.cfg3
2 files changed, 8 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..f42aa59
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,5 @@
+- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python36-jobs
+ - openstack-python37-jobs
diff --git a/setup.cfg b/setup.cfg
index d580304..78237d5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,10 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License