mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-26 05:02:37 +01:00
.travis.yml & requirements.txt: some fixes
* Install Limnoria. * Don't specify Python version. * I am curious if this is possible.
This commit is contained in:
parent
651b325782
commit
fbc9bf2cca
@ -1,8 +1,8 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -q -r requirements.txt --use-mirrors"
|
install:
|
||||||
|
- "pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt"
|
||||||
|
- "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`:
|
||||||
|
@ -1 +1,2 @@
|
|||||||
sphinx
|
sphinx
|
||||||
|
pip install git+https://github.com/ProgVal/Limnoria.git@testing
|
||||||
|
Loading…
Reference in New Issue
Block a user