summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-06-24 09:30:02 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-06-24 10:23:18 -0400
commitc408c2e97ca5772899305650e3ef1df48d0f1a41 (patch)
tree6298d056149ec47e68e3ea2372301ebe425c3a77 /tox.ini
parenta11649d4df5655329b47c02accd35ed95c948633 (diff)
downloadglance_store-c408c2e97ca5772899305650e3ef1df48d0f1a41.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: I30e3405b21d6c9100f05fe3141bb30faaa86283e Story: #2005924 Task: #34208
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 ccab0fa..27c54d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py37,py27,pep8
+envlist = py27,py37,pep8
skipsdist = True
[testenv]