From c1f4be6b6fb992ad707b4500acb9afae448bb269 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sun, 23 Oct 2016 20:11:50 +0200 Subject: [PATCH] Adds missing requirements to tox.ini. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 067af69..ec05395 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,9 @@ deps = # FIXME: Remove the version when this is fixed: https://github.com/lericson/pylibmc/issues/216 pylibmc==1.5.0 pytz - jinja2 + Jinja2 + django-debug-toolbar + beautifulsoup4 coverage setenv = sqlite3: DB_ENGINE=sqlite3