Work toward Python 3.4 support and testing

Change-Id: If36e1a5e51cf63e499acb374d4aeace608c13512
This commit is contained in:
Jeremy Stanley
2014-09-03 19:40:14 +00:00
parent b3ae2cec4b
commit dd2e07acb9
+5
View File
@@ -20,6 +20,11 @@ setenv = OS_TEST_PATH=./tempest/tests
PYTHONHASHSEED=0
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
PYTHONHASHSEED=0