From 8450093de0430c408a7b6157d8b98a409a04b6f8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 13 Aug 2015 18:54:58 +0200 Subject: [PATCH] Install BeautifulSoup4 for tests. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 679dba9e7..9f2e7092a 100644 --- a/tox.ini +++ b/tox.ini @@ -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}