Merge "Remove times.dbm file for each tox run"
This commit is contained in:
commit
980b5d2cc4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ trove.egg*
|
||||
trove/vcsversion.py
|
||||
*py*.egg
|
||||
.coverage
|
||||
coverage.xml
|
||||
cover/
|
||||
dist/
|
||||
host-syslog.log
|
||||
|
5
tox.ini
5
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user