mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Enable coverage with tox -e py27
This commit is contained in:
parent
d116e03bed
commit
eaab0bcc6e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -25,7 +25,7 @@ deps =
|
|||
{[testenv]deps}
|
||||
coverage
|
||||
commands =
|
||||
nosetests
|
||||
nosetests --with-coverage
|
||||
|
||||
[testenv:docs]
|
||||
changedir = docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue