summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 12:08:26 -0400
committerLingxian Kong <anlin.kong@gmail.com>2019-08-15 09:50:49 +1200
commitcc16d3b3bccfb8b5639c54330c846c5e72e3108e (patch)
tree0b3b884a76179b8ee21240f634721cca7faaa960 /tox.ini
parent7b3483723a5fdfa56a8cc419ad77c8660ac87ad1 (diff)
downloadtrove-cc16d3b3bccfb8b5639c54330c846c5e72e3108e.tar.gz
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: I1fe23c6115bd6b9aac0bf2bd4fec9c6eaee88c40 Story: #2005924 Task: #34254
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9f8608ba..f36ce4a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py36,py37,pep8,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
+envlist = py27,py37,pep8,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
minversion = 2.0
skipsdist = True