Skip to content

Commit

Permalink
Merge pull request #134 from parente/enable-coverage
Browse files Browse the repository at this point in the history
Enable code coverage report
  • Loading branch information
rgbkrk committed Mar 15, 2016
2 parents 6d6fd3e + b6db65e commit dd53b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ install:
- python setup.py bdist_wheel sdist
- pip install -f travis-wheels/wheelhouse dist/*.whl
- rm -rf travis-wheels
- pip install coverage
- pip freeze
script:
- jupyter kernelgateway --help
- nosetests -x --process-restartworker
- nosetests -x --process-restartworker --with-coverage --cover-package=kernel_gateway
- pip uninstall -y jupyter_kernel_gateway

0 comments on commit dd53b03

Please sign in to comment.