From ecd3714bcf60f7e224a15e968ec915757184c643 Mon Sep 17 00:00:00 2001 From: Vieri <15050873171@163.com> Date: Tue, 13 Aug 2019 06:25:38 +0000 Subject: [PATCH] Add Python 3 Train unit tests This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Co-Authored-By: qingszhao Change-Id: I2b447c801291c78a70a6c9e362c7e63a2890986b --- setup.cfg | 3 +-- tox.ini | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index bc3ebe8..6ea13e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,9 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index a239e2d..b762f47 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py35,py27,pypy,pep8 +envlist = py37,py36,py27,pypy,pep8 skipsdist = True [testenv]