Merge "Work toward Python 3.4 support and testing"
This commit is contained in:
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user