.travis.yml try fixing mkl errors

This commit is contained in:
Andrew Hundt
2017-11-18 11:34:13 -05:00
committed by GitHub
parent 3f6814ca3c
commit 1d5fed1f08
+1
View File
@@ -34,6 +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
- pip install theano
- pip install git+git://github.com/fchollet/keras.git