Skip to content

Commit fb35072

Browse files
committed
Switch to codecov
1 parent 3c56f13 commit fb35072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- pip install --upgrade pip wheel
2424
- pip install --upgrade setuptools
2525
- pip install -r requirements-ci.txt
26-
- pip install coveralls
26+
- pip install codecov
2727
- pip install twine
2828

2929
script:
@@ -35,7 +35,7 @@ script:
3535
fi
3636

3737
after_success:
38-
- coveralls
38+
- codecov
3939
- ./run_docker.sh
4040

4141
env:

0 commit comments

Comments
 (0)