mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 11:36:27 +01:00
Merge pull request #1940 from wordofglass/tox-show-skipped
list skipped tests when running nosetests
This commit is contained in:
commit
23a443f52b
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -12,6 +12,7 @@ deps =
|
|||
flask
|
||||
mock
|
||||
nose
|
||||
nose-show-skipped
|
||||
pyechonest
|
||||
pylast
|
||||
rarfile
|
||||
|
|
@ -29,7 +30,7 @@ deps =
|
|||
{[testenv]deps}
|
||||
coverage
|
||||
commands =
|
||||
nosetests --with-coverage {posargs}
|
||||
nosetests --show-skipped --with-coverage {posargs}
|
||||
|
||||
[testenv:py27setup]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue