mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 05:52:50 +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]
|
||||
deps =
|
||||
nose
|
||||
mock
|
||||
pylast
|
||||
bs4
|
||||
flask
|
||||
responses
|
||||
mock
|
||||
nose
|
||||
pyechonest
|
||||
pylast
|
||||
rarfile
|
||||
responses
|
||||
commands =
|
||||
nosetests {posargs}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue