Merge "Add 'rm -f .testrepository/times.dbm' command in testenv"

This commit is contained in:
Jenkins
2017-04-30 11:12:26 +00:00
committed by Gerrit Code Review

View File

@@ -10,7 +10,8 @@ install_command =
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
commands = rm -f .testrepository/times.dbm
python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8