From 7b293d953f7535372c359084bf2c3e02df48ef84 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Wed, 21 Sep 2016 17:32:23 -0400 Subject: [PATCH] fix keras backend=theano in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41ca4cf2..62789994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- GitLab