Merge "Remove times.dbm file for each tox run"

This commit is contained in:
Jenkins 2016-08-09 20:42:44 +00:00 committed by Gerrit Code Review
commit 980b5d2cc4
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ trove.egg*
trove/vcsversion.py
*py*.egg
.coverage
coverage.xml
cover/
dist/
host-syslog.log

View File

@ -27,8 +27,9 @@ commands =
xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:py34]
commands =
ostestr --blacklist_file=blacklist-py3.txt --serial
commands = rm -f .testrepository/times.dbm
ostestr --blacklist_file=blacklist-py3.txt --serial
whitelist_externals = rm
[testenv:debug]