Skip to content

Commit

Permalink
Add flake8 checking to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed Dec 12, 2014
1 parent 659836d commit 5405c70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -11,3 +11,4 @@ release:
test:
@coverage run ./user_management/tests/run.py
@coverage report --show-missing
@flake8
2 changes: 2 additions & 0 deletions requirements.txt
Expand Up @@ -5,6 +5,8 @@ coverage==3.7.1
dj-database-url==0.3.0
dj-inmemorystorage==1.2.0
factory_boy==2.4.1
flake8==2.2.5
flake8-import-order==0.5.1
incuna-test-utils==5.3.0
mock==1.0.1
pillow==2.6.1
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
@@ -1,2 +1,7 @@
[wheel]
universal = 1
[flake8]
max-line-length = 90
statistics = true
application-import-names = user_management
import-order-style = google

0 comments on commit 5405c70

Please sign in to comment.