summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-07-19 17:24:00 +0000
committerGerrit Code Review <review@openstack.org>2019-07-19 17:24:00 +0000
commitc2eda78f9e48bdf2d6855bb0e45dcc8247a9acbc (patch)
tree332a624f7357d675cd702e26a112bf0e55bb8307 /tox.ini
parenta7a6064e7dc4775d08753f029c2589a4586e0f66 (diff)
parentc408c2e97ca5772899305650e3ef1df48d0f1a41 (diff)
downloadglance_store-c2eda78f9e48bdf2d6855bb0e45dcc8247a9acbc.tar.gz
Merge "Add Python 3 Train unit tests"
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]