summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-20 19:19:57 +0000
committerGerrit Code Review <review@openstack.org>2019-06-20 19:19:57 +0000
commitd44a581cdd50c1158ac810f21202943b7d20624f (patch)
treeaa3ed55cf6d49344a4c2db070785b4c4cab81df0 /tox.ini
parent38e79890d11bed8aa8cd7bda9adbf91b8f3c902f (diff)
parenta57085edc9427e3ee7c6aa474f2954f0d8825df3 (diff)
downloadswift-d44a581cdd50c1158ac810f21202943b7d20624f.tar.gz
Merge "py3: port the test of locale"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4d740c47c..33e69096a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -94,7 +94,8 @@ commands =
test/unit/common/test_wsgi.py \
test/unit/container \
test/unit/obj \
- test/unit/proxy}
+ test/unit/proxy \
+ test/unit/test_locale}
[testenv:py36]
commands = {[testenv:py37]commands}