Skip to content

Commit 09ffa10

Browse files
committed
Merge pull request #362 from orchardup/add-flake8-to-test-script
Add flake8 to test script
2 parents 2f6c763 + 01e2b56 commit 09ffa10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/test

+2
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)