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

install numpydoc in travis

parent 309f9e27
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ install: ...@@ -26,7 +26,7 @@ install:
- > - >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=1.1.0,<2.0.0' numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=1.1.0,<2.0.0'
pypandoc sphinx pypandoc sphinx numpydoc
- source activate test-environment - source activate test-environment
- pip install nose-timer - pip install nose-timer
- pip install -r requirements.txt - 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