Merge "Tests: remove .testrepository/times.dbm in tox.ini (functional)"

This commit is contained in:
Jenkins 2017-03-27 13:31:01 +00:00 committed by Gerrit Code Review
commit 0435cfdf18

View File

@ -76,7 +76,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/functional
LANGUAGE=en_US
commands =
find . -type f -name "*.pyc" -delete
{[testenv]commands}
bash tools/pretty_tox3.sh '{posargs}'
[testenv:api-samples]