Skip to content

Commit 01e2b56

Browse files
committed
Add flake8 to test script
For those who don't use tox. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent 2f6c763 commit 01e2b56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/bin/sh
2+
set -e
3+
flake8 fig
24
PYTHONIOENCODING=ascii nosetests $@

0 commit comments

Comments
 (0)