Skip to content

Commit 3795e33

Browse files
committed
Change code coverage provider to codecov
1 parent 02f9c58 commit 3795e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ before_install:
1010

1111
install:
1212
- pip install -U setuptools
13-
- pip install -f travis-wheels/wheelhouse -e .[test] coveralls
13+
- pip install -f travis-wheels/wheelhouse -e .[test] codecov
1414
- python -c 'import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)'
1515
script:
1616
- nosetests --with-coverage --cover-package jupyter_client jupyter_client
1717
after_success:
18-
- coveralls
18+
- codecov

0 commit comments

Comments
 (0)