From a5f10cd6b3fd6ff5ef9969abb872658a39ea41db Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Wed, 26 Oct 2016 10:08:21 +0000 Subject: [PATCH] Added the testing requirements --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index 666a37365..5354268cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,9 @@ python-dotenv>=0.3.0 python-gnupg>=0.3.8 pytz>=2015.7 gunicorn==19.6.0 + +# For the tests +pytest +pytest-django +pytest-sugar +tox