mirror of
https://github.com/opsschool/curriculum.git
synced 2026-01-15 12:15:03 +00: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:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user