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
|
trove/vcsversion.py
|
||||||
*py*.egg
|
*py*.egg
|
||||||
.coverage
|
.coverage
|
||||||
|
coverage.xml
|
||||||
cover/
|
cover/
|
||||||
dist/
|
dist/
|
||||||
host-syslog.log
|
host-syslog.log
|
||||||
|
3
tox.ini
3
tox.ini
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user