We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8501238 commit 6be9f33Copy full SHA for 6be9f33
.travis.yml
@@ -2,12 +2,15 @@
2
# http://lint.travis-ci.org/
3
language: python
4
sudo: false
5
-python:
6
- - 3.6
7
- - 2.7
8
env:
9
- SPHINX_SPEC="Sphinx==1.2.3"
10
- SPHINX_SPEC="Sphinx"
+matrix:
+ include:
+ - python: 3.6
11
+ - python: 2.7
12
+ env:
13
+ - SPHINXOPTS='-W'
14
cache:
15
directories:
16
- $HOME/.cache/pip
@@ -23,5 +26,5 @@ script:
23
26
- nosetests numpydoc
24
27
- |
25
28
cd ../doc
- make SPHINXOPTS='-W' html
- make SPHINXOPTS='-W' latexpdf
29
+ make SPHINXOPTS=$SPHINXOPTS html
30
+ make SPHINXOPTS=$SPHINXOPTS latexpdf
0 commit comments