Add flake8 to test script

For those who don't use tox.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-07-28 16:27:12 -07:00
parent 2f6c763703
commit 01e2b56405
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#!/bin/sh
set -e
flake8 fig
PYTHONIOENCODING=ascii nosetests $@