Skip to content

Commit a55db07

Browse files
committed
change install & script in travis yml
1 parent 9d45c9d commit a55db07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ python:
44
- "2.7"
55

66
install:
7-
- pip install sphinx==1.2.3
8-
- pip install sphinxcontrib-phpdomain
7+
- pip install -r requirements.txt
98

10-
script: "make html"
9+
script: 'make html SPHINXOPTS="-W"'
1110

1211
sudo: false
1312

0 commit comments

Comments
 (0)