mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-26 22:39:25 +01:00
.travis.yml: install requirements from testing
because we are installing Limnoria from testing. This shouldn't affect the build, so [SKIP CI]
This commit is contained in:
parent
092d250dd1
commit
5e70c1460e
@ -1,7 +1,7 @@
|
|||||||
language: python
|
language: python
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt"
|
- "sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/testing/requirements.txt"
|
||||||
- "sudo 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
|
||||||
|
Loading…
Reference in New Issue
Block a user