From 25b5f72a71fbbe1938ea067466d3dbbc8d4a3440 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Thu, 3 Aug 2017 16:07:02 -0400 Subject: [PATCH] More detailed travis nose output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4d5fedc..0d0bf9ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,6 @@ script: # download data and models, then run tests - mhcflurry-downloads fetch - mhcflurry-downloads info # just to test this command works - - nosetests test --with-coverage --cover-package=mhcflurry && ./lint.sh + - nosetests test -sv --with-coverage --cover-package=mhcflurry && ./lint.sh after_success: coveralls -- GitLab