Run tests on Python 3.7
Change-Id: I89aa5dab72f2b0abb9dfa82694429c840de989e6
This commit is contained in:
parent
db5f9ca053
commit
3845b7b403
@ -4,6 +4,7 @@
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
- openstack-python36-jobs
|
||||
- openstack-python37-jobs
|
||||
vars:
|
||||
rtd_webhook_id: '47125'
|
||||
rtd_project_name: pyshaker
|
||||
@ -22,7 +23,6 @@
|
||||
- job:
|
||||
name: shaker-integration-py27
|
||||
parent: openstack-tox
|
||||
voting: false
|
||||
description: |
|
||||
Run integration tests under Python 2.7
|
||||
|
||||
@ -33,7 +33,6 @@
|
||||
- job:
|
||||
name: shaker-integration-py35
|
||||
parent: openstack-tox
|
||||
voting: false
|
||||
description: |
|
||||
Run integration tests under Python 3.5
|
||||
|
||||
|
@ -17,6 +17,8 @@ classifier =
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
x
Reference in New Issue
Block a user