Skip to content
Snippets Groups Projects
Unverified Commit 53c87b4f authored by Tim O'Donnell's avatar Tim O'Donnell Committed by GitHub
Browse files

Update travis

parent 9ae2f80e
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,9 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service tensorflow theano
numpy scipy nose pandas matplotlib mkl-service theano
- source activate test-environment
- pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.8.0-cp34-cp34m-linux_x86_64.whl
- pip install pypandoc pylint
- pip install -r requirements.txt
- pip install .
......
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