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

fix keras backend=theano in travis config

parent c1189219
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,6 @@ script:
# download data and models, then run tests
- mhcflurry-downloads fetch
- mhcflurry-downloads info # just to test this command works
- PYTHONHASHSEED=0 nosetests test --with-coverage --cover-package=mhcflurry && ./lint.sh
- KERAS_BACKEND=theano PYTHONHASHSEED=0 nosetests test --with-coverage --cover-package=mhcflurry && ./lint.sh
after_success:
coveralls
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