diff --git a/.travis.yml b/.travis.yml index d4d5fedc6cd735045bf3917c63b4299d6897e364..0d0bf9ffb3a1638db905352b96c3a05b821d2d6a 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