try codecov for coverage

This commit is contained in:
Min RK
2016-01-05 14:05:59 +01:00
parent b0cc47984b
commit c878e137aa
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,7 @@ before_install:
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
install:
- pip install -f travis-wheels/wheelhouse -r dev-requirements.txt .
- pip install -f travis-wheels/wheelhouse notebook
script:
- py.test --cov jupyterhub jupyterhub/tests -v
after_success:
- coveralls
- codecov

View File

@@ -1,4 +1,5 @@
-r requirements.txt
coveralls
codecov
pytest-cov
pytest>=2.8
notebook