From 6e53fa03f5ea4ef74b95758244c98c1f0ec243f0 Mon Sep 17 00:00:00 2001 From: Suby Raman Date: Thu, 12 Jan 2017 20:03:35 -0500 Subject: [PATCH] add beautifulsoup4 to tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a2f89206..009d971c 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ python = deps = aiohttp pytest + beautifulsoup4 commands = pytest tests {posargs}