Skip to content

Commit 0b99f87

Browse files
committed
RF: install sphinx in tests block
Don't install sphinx in main depends step, because sphinx is all Python, and pip should be fine for that.
1 parent 42a891f commit 0b99f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ matrix:
2929
# Documentation doctests
3030
- python: 2.7
3131
env:
32-
- DEPENDS="numpy scipy matplotlib h5py sphinx"
3332
- DOC_DOC_TEST=1
3433
before_install:
3534
- virtualenv venv
@@ -64,6 +63,7 @@ script:
6463
COVER_ARGS="--with-coverage --cover-package nibabel";
6564
fi
6665
- if [ "$DOC_DOC_TEST" == "1" ]; then
66+
pip install sphinx;
6767
cd ../doc;
6868
make html;
6969
make doctest;

0 commit comments

Comments
 (0)