Merge "Work toward Python 3.4 support and testing"

This commit is contained in:
Jenkins
2014-09-29 16:41:59 +00:00
committed by Gerrit Code Review
+5
View File
@@ -19,6 +19,11 @@ commands = python setup.py test --slowest --testr-arg='tempest\.tests {posargs}'
setenv = OS_TEST_PATH=./tempest/tests
commands = python setup.py test --slowest --testr-arg='tempest\.tests {posargs}'
[testenv:py34]
setenv = OS_TEST_PATH=./tempest/tests
PYTHONHASHSEED=0
commands = python setup.py test --slowest --testr-arg='tempest\.tests {posargs}'
[testenv:py27]
setenv = OS_TEST_PATH=./tempest/tests
commands = python setup.py test --slowest --testr-arg='tempest\.tests {posargs}'