forked from LBRYCommunity/lbry-sdk
Merge pull request #1167 from lbryio/travis-fix
Fix travis going bonkers over pip errors
This commit is contained in:
commit
8aa0de0214
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ before_install:
|
|||
- source venv/bin/activate
|
||||
|
||||
install:
|
||||
- pip install -U pip
|
||||
- pip install -U pip==9.0.3
|
||||
- pip install -r requirements.txt
|
||||
- pip install .
|
||||
|
||||
|
|
Loading…
Reference in a new issue