summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-07-05 11:56:59 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-07-17 10:03:07 -0400
commite4b89ae2cb3ea1af31c84c3df8419e3cad47d50c (patch)
tree9a061d17db13c914ac6191e1a2bc374236a4343d /tox.ini
parentaff2fd2d1d734f3a3b0851c81dd2b6c4cb8973bf (diff)
downloadpbr-e4b89ae2cb3ea1af31c84c3df8419e3cad47d50c.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: Ie9765e198e1204f56976476c8cfc9cc008c23d8f 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 7ae6f9e..ca87002 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = pep8,py27,py36,py37,docs
+envlist = pep8,py27,py37,docs
ignore_basepython_conflict = True
[testenv]