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

fix

parent 40dbf464
No related merge requests found
......@@ -26,11 +26,9 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service 'theano>=1.0.4'
numpy scipy nose pandas matplotlib mkl-service theano tensorflow
pypandoc pylint
- source activate test-environment
- pip install tensorflow pypandoc pylint
- pip install pypandoc pylint
- pip install --ignore-installed --upgrade $TF_PACKAGE
- pip install -r requirements.txt
- pip install .
- pip freeze
......
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