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 trove/vcsversion.py
*py*.egg *py*.egg
.coverage .coverage
coverage.xml
cover/ cover/
dist/ dist/
host-syslog.log host-syslog.log

View File

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