We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f9c58 commit 3795e33Copy full SHA for 3795e33
.travis.yml
@@ -10,9 +10,9 @@ before_install:
10
11
install:
12
- pip install -U setuptools
13
- - pip install -f travis-wheels/wheelhouse -e .[test] coveralls
+ - pip install -f travis-wheels/wheelhouse -e .[test] codecov
14
- python -c 'import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)'
15
script:
16
- nosetests --with-coverage --cover-package jupyter_client jupyter_client
17
after_success:
18
- - coveralls
+ - codecov
0 commit comments