mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-26 22:39:25 +01:00
.travis.yml: use sudo
This commit is contained in:
parent
fbc9bf2cca
commit
c6e7456973
@ -1,8 +1,8 @@
|
|||||||
language: python
|
language: python
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt"
|
- "sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt"
|
||||||
- "pip install -r requirements.txt"
|
- "sudo pip install -r requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
|
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
|
||||||
# Flags used here, not in `make html`:
|
# Flags used here, not in `make html`:
|
||||||
|
Loading…
Reference in New Issue
Block a user