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

This commit is contained in:
Jenkins 2017-06-14 10:31:57 +00:00 committed by Gerrit Code Review
commit 1585ed9766
1 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,9 @@ setenv =
BRANCH_NAME=master
CLIENT_NAME=os-win
deps = -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
@ -21,7 +22,7 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx