From aecda338295effc994379bd5b2f4d161cc6f0618 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Sun, 22 Mar 2020 18:06:58 -0400 Subject: [PATCH] Giving up on doctest in travis due to the small non-determinsm of predictions (i.e. last few decimals are different) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1edaaf74..9746f820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,4 +71,3 @@ script: --already-downloaded-dir /tmp/downloads - mhcflurry-downloads info # just to test this command works - nosetests --with-timer -sv test - - cd docs && bash ./doctest.sh -- GitLab