mirror of
https://github.com/opsschool/curriculum.git
synced 2025-12-06 00:19:45 +01:00
Remove deprecated pip flag
As of pip 7.x the `--use-mirrors` flag has been removed and is now failing builds.
This commit is contained in:
parent
1078fb54be
commit
18bd10a143
|
|
@ -4,7 +4,7 @@ python:
|
|||
before_install:
|
||||
- sudo apt-get update && sudo apt-get install -qq graphviz
|
||||
# command to install dependencies
|
||||
install: "pip install -q -r requirements.txt --use-mirrors"
|
||||
install: "pip install -q -r requirements.txt"
|
||||
# command to run tests
|
||||
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
|
||||
# Flags used here, not in `make html`:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user