Skip to content

Commit

Permalink
adding verbose option to nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Dec 31, 2018
1 parent 32116f6 commit e270eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install:

script:
- python setup.py sdist >/dev/null
- nosetests --with-doctest --with-coverage --cover-package=spaghetti;
- nosetests --verbose --with-doctest --with-coverage --cover-package=spaghetti;

notifications:
email:
Expand Down

0 comments on commit e270eb8

Please sign in to comment.