Skip to content

Commit 080e1c0

Browse files
committed
Switch from coveralls to codecov
1 parent 7aa188e commit 080e1c0

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
@@ -13,7 +13,7 @@ matrix:
1313
allow_failures:
1414
- env: DJANGO=master
1515
install:
16-
- pip install --upgrade pip tox coveralls
16+
- pip install --upgrade pip tox codecov
1717
before_script:
1818
- |
1919
if [[ -z $TOXENV ]]; then
@@ -23,7 +23,7 @@ before_script:
2323
script:
2424
- tox -e $TOXENV
2525
after_success:
26-
- coveralls
26+
- codecov
2727
deploy:
2828
provider: pypi
2929
user: codingjoe

0 commit comments

Comments
 (0)