Skip to content

Commit

Permalink
test with -v
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 11, 2016
1 parent e72cc8f commit 42fd5b8
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 @@ -13,6 +13,6 @@ install:
- pip install -f travis-wheels/wheelhouse -e .[test] codecov
- python -c 'import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)'
script:
- nosetests --with-coverage --cover-package jupyter_client jupyter_client
- nosetests -v --with-coverage --cover-package jupyter_client jupyter_client
after_success:
- codecov

0 comments on commit 42fd5b8

Please sign in to comment.