summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-06-26 18:20:34 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-06-26 18:44:50 -0400
commit2d3765ed565aba3b9793efcfc5c2d1ea534f1a0d (patch)
treecd2a31cb01d6bb4a7ab2fd1baab1d450f8ab13d8 /tox.ini
parent2ed915f4fe29138a88687e70efd95ea014b948bc (diff)
downloadkeystonemiddleware-2d3765ed565aba3b9793efcfc5c2d1ea534f1a0d.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: Iae72e055b0f407c1643b6c6161af28b535712a7d Story: #2005924 Task: #34215
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 5b46a4a..d862926 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 2.5.0
skipsdist = True
-envlist = py37,py36,py27,pep8,releasenotes
+envlist = py27,py37,pep8,releasenotes
[testenv]
usedevelop = True