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

This commit is contained in:
Jenkins 2017-05-24 02:05:19 +00:00 committed by Gerrit Code Review
commit 554aa662c6

View File

@ -18,6 +18,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
find . -type f -name "*.py[c|o]" -delete
rm -rf .testrepository/times.dbm
bash tools/pretty_tox.sh '{posargs}'