Skip to content

Commit

Permalink
Add "tests" to make lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Sep 19, 2016
1 parent 242669d commit 396d618
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 @@ -47,7 +47,7 @@ clean:
-rm .docker-build

lint:
${DOCKERCOMPOSE} run web flake8 --statistics antenna
${DOCKERCOMPOSE} run web flake8 --statistics antenna tests

test:
${DOCKERCOMPOSE} run web py.test
Expand Down

0 comments on commit 396d618

Please sign in to comment.