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

This commit is contained in:
Jenkins 2017-06-22 08:36:35 +00:00 committed by Gerrit Code Review
commit d8c3c3eb11
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
/usr/bin/find . -type f -name "*.py[co]" -delete
rm -f .testrepository/times.dbm
python setup.py testr --testr-args='{posargs}'
[testenv:debug]