From 555c62d7bde3282f1cc737f35309938ca6467546 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 23 Nov 2015 21:06:24 +0000 Subject: [PATCH] Updated testing vars --- runtests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtests b/runtests index 29278e1..baf3d78 100755 --- a/runtests +++ b/runtests @@ -3,6 +3,8 @@ set -e export PATH=env/bin:${PATH} +export DEBUG=true +export DATABASE_URL=postgres://localhost/theorangeonenet flake8 project --ignore=E128,E501,E401 --exclude="migrations,settings,*/wsgi.py" echo "All Python tests passed!"