diff options
author | Zuul <zuul@review.openstack.org> | 2019-03-14 15:45:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-03-14 15:45:15 +0000 |
commit | e59a014a7ec64de373d8ed5ca5d0c98ab785df3f (patch) | |
tree | ae013bb3bcfba1f8598370ef602b9da328223422 | |
parent | 1b5ca365b4f13da996387a8d2211fd5d67e6370a (diff) | |
parent | f054ccbf4ddea343a441c925382d96edc3237c08 (diff) | |
download | wsme-e59a014a7ec64de373d8ed5ca5d0c98ab785df3f.tar.gz |
Merge "Move CI jobs in-tree, add Python 3.6 and 3.7"
-rw-r--r-- | .zuul.yaml | 5 | ||||
-rw-r--r-- | setup.cfg | 3 |
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 @@ -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 |