Merge pull request #14 from drewcassidy/master

Version 0.1.0: take 2
This commit is contained in:
Andrew Cassidy 2020-06-16 21:27:19 -07:00 committed by GitHub
commit 6ab699fb23

View File

@ -4,6 +4,7 @@ python:
before_install:
- echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc
- git lfs pull
- git lfs fetch --all
install:
- pip install awscli boto3 requests
branches: