Merge "Add a minimal py34 test environment"

This commit is contained in:
Jenkins
2016-04-01 16:15:29 +00:00
committed by Gerrit Code Review

View File

@@ -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}