From 0f5c2a41b29d8034d5c6228bb151db3996940a87 Mon Sep 17 00:00:00 2001 From: "Fabrice L." Date: Wed, 8 Oct 2014 13:34:05 +0200 Subject: [PATCH] tox: add bs4 dependency bs4 is required by few test_lyrics.py tests --- tox.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 186dfb36f..3346f9616 100644 --- a/tox.ini +++ b/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}