.travis.yml second mkl fix attempt

This commit is contained in:
Andrew Hundt
2017-11-18 12:04:21 -05:00
committed by GitHub
parent 1d5fed1f08
commit 052b05ad75
+1 -1
View File
@@ -34,7 +34,7 @@ install:
- source activate test-environment
- pip install pytest-cov python-coveralls pytest-xdist coverage==3.7.1 #we need this version of coverage for coveralls.io to work
- pip install pep8 pytest-pep8
- pip install mkl mkl-service
- conda install mkl mkl-service
- pip install theano
- pip install git+git://github.com/fchollet/keras.git