Browse Source

Test Flake8 compliance in CI

Markus Unterwaditzer 9 năm trước cách đây
mục cha
commit
6cc68862dc
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      tox.ini

+ 4 - 1
tox.ini

@@ -7,9 +7,12 @@ deps =
   nose-cov
   pam
   requests
+  flake8
 
 [testenv]
-commands = nosetests []
+commands =
+  flake8
+  nosetests []
 
 [testenv:py33]
 deps =