Skip to content

Commit

Permalink
[travis] MORE VERBOSITY
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Nov 9, 2015
1 parent 20b0183 commit 67f5494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ script:
# The --exe is because python sometimes marks all installed modules
# as executable, so without --exe nosetests will just ignore
# everything. Baffling, but so it goes.
- coverage run --source=$INSTALLDIR --rcfile=../.coveragerc $(which nosetests) -v --exe --failure-detail --all-modules $INSTALLDIR
- coverage run --source=$INSTALLDIR --rcfile=../.coveragerc $(which nosetests) -vvv --exe --failure-detail --all-modules $INSTALLDIR
- coverage report --rcfile=../.coveragerc --show-missing
- python ../tools/check-API-refs.py
notifications:
Expand Down

0 comments on commit 67f5494

Please sign in to comment.