Merge pull request #44 from hwartig/patch-2

Make `make lint` work for new projects.
This commit is contained in:
Peter Bull 2016-08-08 22:02:32 -04:00 committed by GitHub
commit 2c08fd900b
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ clean:
find . -name "*.pyc" -exec rm {} \;
lint:
flake8 --exclude=lib/,bin/ .
flake8 --exclude=lib/,bin/,docs/conf.py .
sync_data_to_s3:
aws s3 sync data/ s3://$(BUCKET)/data/

View File

@ -25,4 +25,3 @@ if __name__ == '__main__':
load_dotenv(find_dotenv())
main()