Cleanup lints.

This commit is contained in:
Steve Pulec 2017-03-12 20:18:49 -04:00
commit 0e2fdf94f9
4 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,9 @@ init:
@python setup.py develop
@pip install -r requirements.txt
lint:
flake8 moto
test:
rm -f .coverage
rm -rf cover