Skip to content

Commit

Permalink
Turn on medium verbose test reporting for travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hagberg committed Jul 21, 2013
1 parent 7203f6d commit c566642
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 @@ -21,6 +21,6 @@ before_install:
# install: "pip install"
# command to run tests
script:
- nosetests --with-coverage --cover-erase --cover-package=networkx
- nosetests -v --with-coverage --cover-erase --cover-package=networkx
after_success:
- coveralls

0 comments on commit c566642

Please sign in to comment.