Ben Firshman 01e2b56405 Add flake8 to test script
For those who don't use tox.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-07-28 16:27:57 -07:00

5 lines
64 B
Bash
Executable File

#!/bin/sh
set -e
flake8 fig
PYTHONIOENCODING=ascii nosetests $@