From a1667a9f58426c698a8cceb2be97d8fd0a56323d Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Tue, 2 Jul 2019 14:40:12 +0800 Subject: [PATCH] Add Python 3 Train unit tests See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Story: #2005924 Task: #34237 Change-Id: I32e05c3b0013dd3cb066f660a43ffd5b7896bd26 --- .zuul.yaml | 3 +-- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5677e2ca..cd91aa3c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,6 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index a9bcdbc4..b7d701aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index a01eb23c..dbd85a7a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py27,pep8,docs +envlist = py37,py36,py27,pep8,docs minversion = 2.0 skipsdist = True