From 01e2b5640559d2b482bad00cbd682e3b54bd7f5f Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 28 Jul 2014 16:27:12 -0700 Subject: [PATCH] Add flake8 to test script For those who don't use tox. Signed-off-by: Ben Firshman --- script/test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test b/script/test index c2cc315dd..1fd7d2ca4 100755 --- a/script/test +++ b/script/test @@ -1,2 +1,4 @@ #!/bin/sh +set -e +flake8 fig PYTHONIOENCODING=ascii nosetests $@