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

fix

parent c2f64e4f
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,9 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose nose-timer pandas matplotlib mkl-service tensorflow pypandoc
numpy scipy nose pandas matplotlib mkl-service tensorflow pypandoc
- source activate test-environment
- pip install nose-timer
- 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