Skip to content

Commit

Permalink
Replace coveralls with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Dec 9, 2016
1 parent 38b3aec commit 851d22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- xvfb-run --server-args="-screen 0, 1280x1280x16" tests/python/coverage_run.sh

after_success:
- coveralls
- codecov

notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
codecov
fakeredis==0.8.1
flake8==3.2.1
pydocstyle==1.1.1
Expand Down

0 comments on commit 851d22e

Please sign in to comment.