Skip to content

Commit

Permalink
Add a flake8 makefile rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Sep 8, 2017
1 parent aa831ef commit c583578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ tests-once: install-dev

tests: tox
$(VENV)/bin/tox

flake8: install-dev
$(VENV)/bin/flake8 kinto_elasticsearch tests
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flake8
pytest
pytest-cache
pytest-cover
Expand Down

0 comments on commit c583578

Please sign in to comment.