Skip to content

Commit

Permalink
Switch coverage report command to codecov for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 29, 2016
1 parent 7ab61f3 commit 7468b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ python:
sudo: false
env:
install:
- pip install . coveralls
- pip install . codecov
- pip install nbformat[test]
script:
- nosetests --with-coverage --cover-package=nbformat nbformat
after_success:
- coveralls
- codecov

0 comments on commit 7468b43

Please sign in to comment.