From 3845b7b403d7e241527792a04d37667c3aa030e3 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Tue, 19 Feb 2019 14:04:26 +0100 Subject: [PATCH] Run tests on Python 3.7 Change-Id: I89aa5dab72f2b0abb9dfa82694429c840de989e6 --- .zuul.yaml | 3 +-- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 42787f2..114619b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/setup.cfg b/setup.cfg index 3c26387..c076d6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =