forked from LBRYCommunity/lbry-sdk
Fix travis going bonkers over pip errors
This commit is contained in:
parent
d973d1270d
commit
f3f6100e43
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue