Merge "Add a minimal py34 test environment"
This commit is contained in:
9
tox.ini
9
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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user