Explorar o código

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

Add flake8 to test script
Aanand Prasad %!s(int64=11) %!d(string=hai) anos
pai
achega
09ffa101ed
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      script/test

+ 2 - 0
script/test

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