Skip to content

Commit d36a9cd

Browse files
committed
use make file and requirements file for travis
1 parent 24107fe commit d36a9cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sudo: false
66
cache:
77
directories: [$HOME/.cache/pip]
88

9-
install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
9+
install: pip install -r _build/.requirements.txt
1010

11-
script: sphinx-build -nW -c _build/ -b html -d _build/doctrees . _build/html
11+
script: SPHINXOPTS="-nW" make -eC _build html
1212

1313
branches:
1414
except:

_build/.requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
sphinx==1.3.0
12
git+https://github.com/fabpot/sphinx-php.git@master#egg_name=sphinx-php

0 commit comments

Comments
 (0)