Skip to content

Commit 2e82198

Browse files
authored
Migration to codecov for code coverage (#90)
1 parent 701b2ae commit 2e82198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
before_deploy:
2424
- cd $TRAVIS_BUILD_DIR
2525
after_success:
26-
- coveralls
26+
- codecov
2727
deploy:
2828
provider: pypi
2929
user: pkittenis

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coveralls
1+
codecov
22
flake8
33
sphinx
44
sphinx_rtd_theme

0 commit comments

Comments
 (0)