summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-01 16:15:29 +0000
committerGerrit Code Review <review@openstack.org>2016-04-01 16:15:29 +0000
commit1d5e743da3ccae3ab49b198e91bed4ec718f7080 (patch)
treec38e62d1ac7f35fd2d5db6e7656c0fb182c1748f /tox.ini
parent576fcb19ad16cd4aeac6d30eb9e9533810004078 (diff)
parent9906bc9a6b9c715c310a8ef3ee8fd3111326272d (diff)
downloadtrove-1d5e743da3ccae3ab49b198e91bed4ec718f7080.tar.gz
Merge "Add a minimal py34 test environment"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 830ce3f8..38cf6359 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,15 @@ commands =
bash -c "find trove -type f -regex '.*\.pot?' -print0 | \
xargs -0 -n 1 msgfmt --check-format -o /dev/null"
+[testenv:py34]
+# Use a whitelist of tests known to pass on Python 3, until
+# all unit tests will pass on Python 3.
+commands =
+ python -bb -m testtools.run \
+ trove/tests/unittests/common/test_context.py \
+ trove/tests/unittests/common/test_exception.py \
+ trove/tests/unittests/common/test_wsgi.py
+
[testenv:debug]
commands = oslo_debug_helper {posargs}