From 1d5fed1f0842eb90861f43762d69b67472e5ba5e Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Sat, 18 Nov 2017 11:34:13 -0500 Subject: [PATCH] .travis.yml try fixing mkl errors --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3564883..c550a23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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