Add lint to make test instead.

This commit is contained in:
Steve Pulec 2017-03-12 20:37:23 -04:00
commit 1664e4412f
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ init:
lint:
flake8 moto
test:
test: lint
rm -f .coverage
rm -rf cover
@nosetests -sv --with-coverage --cover-html ./tests/