From 552af789f8e060e198608103bf998705de616a53 Mon Sep 17 00:00:00 2001
From: Alex Rubinsteyn <alex.rubinsteyn@gmail.com>
Date: Wed, 4 May 2016 17:08:11 -0400
Subject: [PATCH] added random negative samples to training script before unit
 tests

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

diff --git a/.travis.yml b/.travis.yml
index 870c5e3b..4a81675a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,7 @@ script:
       --hidden-layer-size 10
       --training-epochs 100
       --imputation-method mice
+      --random-negative-samples 100
   # run tests
   - nosetests test --with-coverage --cover-package=mhcflurry  && ./lint.sh
 after_success:
-- 
GitLab