From 55cdd817c38232471a3658aa91c4647d435b89ee Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 23 Nov 2015 18:50:36 +0000 Subject: [PATCH] Added test completed message to tests script --- runtests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtests b/runtests index a4c0194..29278e1 100755 --- a/runtests +++ b/runtests @@ -4,6 +4,7 @@ set -e export PATH=env/bin:${PATH} -flake8 project --ignore=E128,E501 --exclude="migrations,settings,*/wsgi.py" +flake8 project --ignore=E128,E501,E401 --exclude="migrations,settings,*/wsgi.py" +echo "All Python tests passed!" npm test \ No newline at end of file