From aeceaa102b9af3128135ab2082d048637b08da27 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Thu, 5 Sep 2019 22:54:52 -0400
Subject: [PATCH] fix theano travis 2

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 20711113..05cb0e24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ env:
     - KERAS_BACKEND=tensorflow
 script:
   # download data and models, then run tests
-  - mhcflurry-downloads fetch data_curated models_class1 models_class1_pan allele_sequences
+  - mhcflurry-downloads fetch data_curated models_class1 models_class1_pan allele_sequences random_peptide_predictions
   - mhcflurry-downloads info  # just to test this command works
   - nosetests test -sv
   - ./lint.sh
-- 
GitLab