Merge pull request #1167 from lbryio/travis-fix

Fix travis going bonkers over pip errors
This commit is contained in:
hackrush 2018-04-18 10:19:02 -04:00 committed by GitHub
commit 8aa0de0214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ before_install:
- source venv/bin/activate - source venv/bin/activate
install: install:
- pip install -U pip - pip install -U pip==9.0.3
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install . - pip install .