Fix travis going bonkers over pip errors

This commit is contained in:
hackrush 2018-04-18 19:43:03 +05:30 committed by GitHub
parent d973d1270d
commit f3f6100e43
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 .