Skip to content

Commit

Permalink
minor Makefile edit
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 5, 2017
1 parent 533b891 commit 6aece54
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 @@ -49,7 +49,7 @@ all:
@+make build

flake8:
@+flake8 --max-line-length=80 --count --statistics --exit-zero -j 8 --exclude .asv .
@+flake8 --max-line-length=80 --count --statistics --exit-zero -j 8 --exclude .asv,.tox .

test:
tox --skip-missing-interpreters
Expand Down

0 comments on commit 6aece54

Please sign in to comment.