From 52db015118d7c15bcc77666d2c09494efa239e22 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 May 2019 12:35:02 +0200 Subject: [PATCH] Add unit tests for python 3.6/3.7 This matches the Python 3.x supported configurations for OpenStack Train. Change-Id: I239f177ac6ce60fbfc6ff4419ca72a8513c13255 --- .zuul.yaml | 5 +++++ setup.cfg | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..f42aa593 --- /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 5c904c1f..39df20a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,12 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python + Programming Language :: Python :: 2 + 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 =