Merge pull request #362 from orchardup/add-flake8-to-test-script

Add flake8 to test script
This commit is contained in:
Aanand Prasad 2014-07-28 16:34:07 -07:00
commit 09ffa101ed
1 changed files with 2 additions and 0 deletions

View File

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