Merge "Move CI jobs in-tree, add Python 3.6 and 3.7"

This commit is contained in:
Zuul 2019-03-14 15:45:15 +00:00 committed by Gerrit Code Review
commit e59a014a7e
2 changed files with 8 additions and 0 deletions

5
.zuul.yaml Normal file
View File

@ -0,0 +1,5 @@
- project:
templates:
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs

View File

@ -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