Merge pull request #182 from farizrahman4u/mkl

.travis.yml try fixing mkl errors
This commit is contained in:
Andrew Hundt
2017-11-18 13:38:34 -05:00
committed by GitHub
+2
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
- conda install mkl mkl-service
- pip install theano
- pip install git+git://github.com/fchollet/keras.git
@@ -63,6 +64,7 @@ install:
# command to run tests
script:
- export MKL_THREADING_LAYER="GNU"
# run keras backend init to initialize backend config
- python -c "import keras.backend"
# create dataset directory to avoid concurrent directory creation at runtime