Skip to content

Commit

Permalink
build: exclude docs dir from flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Apr 1, 2017
1 parent 72cde58 commit 6353bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ unit:
py.test test

check:
flake8
flake8 src test setup.py
make test

unit-cov:
Expand Down

0 comments on commit 6353bc7

Please sign in to comment.