remove lfs stuff from travis config

This commit is contained in:
Andrew Cassidy 2020-10-14 20:08:25 -07:00
parent 7b01848acc
commit 16ef53ea65
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -3,8 +3,6 @@ python:
- 3.6
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: