Sfoglia il codice sorgente

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

Add flake8 to test script
Aanand Prasad 11 anni fa
parent
commit
09ffa101ed
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      script/test

+ 2 - 0
script/test

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