From e077956819c327f79dcb378c3f638c94a8020fb2 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:57:01 -0400 Subject: 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 Change-Id: Iee35ef61a46fd6a318f9b0b1d4e6436d5fd3c008 Story: #2005924 Task: #34234 --- tox.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 66ea6e1..f7e1aeb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,6 @@ [tox] minversion = 2.0 -envlist = - cover, - docs, - pep8, - py27, - py36, - py37, - pylint, - update-states +envlist = cover,docs,pep8,py27,py37,pylint,update-states [testenv] setenv = -- cgit v1.2.1