Skip to content
Snippets Groups Projects
Commit 309f9e27 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

install sphinx in travis

parent 122a2654
No related merge requests found
......@@ -25,7 +25,8 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=1.1.0,<2.0.0' pypandoc
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=1.1.0,<2.0.0'
pypandoc sphinx
- source activate test-environment
- pip install nose-timer
- pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment