mirror of
https://github.com/beetbox/beets.git
synced 2026-01-25 17:45:44 +01:00
tox: add bs4 dependency
bs4 is required by few test_lyrics.py tests
This commit is contained in:
parent
abe7a2cd20
commit
0f5c2a41b2
1 changed files with 5 additions and 4 deletions
9
tox.ini
9
tox.ini
|
|
@ -8,13 +8,14 @@ envlist = py26, py27, pypy, docs, flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
nose
|
bs4
|
||||||
mock
|
|
||||||
pylast
|
|
||||||
flask
|
flask
|
||||||
responses
|
mock
|
||||||
|
nose
|
||||||
pyechonest
|
pyechonest
|
||||||
|
pylast
|
||||||
rarfile
|
rarfile
|
||||||
|
responses
|
||||||
commands =
|
commands =
|
||||||
nosetests {posargs}
|
nosetests {posargs}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue