summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 11:56:52 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-07-05 14:55:57 -0400
commitb7da7a92ad558947d6a133800f6049578e450b6a (patch)
tree99d519de43a869298204534d9f6457d816bb63a5 /tox.ini
parent2fe652067b8572b48a926f2fb647d6bf2911a8ab (diff)
downloadoslo-policy-b7da7a92ad558947d6a133800f6049578e450b6a.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: I64676b14b8a69d07e1b5fdc85e2a29523d4cf31d Story: #2005924 Task: #34234
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 7972751..143ba73 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py37,py36,py27,pep8,docs
+envlist = py27,py37,pep8,docs
[testenv]
install_command = pip install {opts} {packages}