Install BeautifulSoup4 for tests.

This commit is contained in:
Florian Bruhin 2015-08-13 18:54:58 +02:00
parent 814841200a
commit 8450093de0

View File

@ -25,6 +25,7 @@ deps =
coverage==3.7.1
pytest-cov==2.0.0
cov-core==1.15.0
beautifulsoup4==4.4.0
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report= {posargs:tests}