Pārlūkot izejas kodu

Add flake8 to test script

For those who don't use tox.

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 gadi atpakaļ
vecāks
revīzija
01e2b56405
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      script/test

+ 2 - 0
script/test

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