Skip to content

Commit 4240cec

Browse files
committed
Switch from coveralls to codecov
1 parent aa2dd5e commit 4240cec

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
@@ -36,7 +36,7 @@ matrix:
3636
python: '3.5'
3737
install:
3838
- pip install --upgrade pip tox
39-
- pip install -U coveralls
39+
- pip install -U codecov
4040
before_script:
4141
- mkdir bin
4242
- curl -O https://chromedriver.storage.googleapis.com/${CHROME_DRIVER_VERSION}/chromedriver_linux64.zip
@@ -50,7 +50,7 @@ before_script:
5050
script:
5151
- tox -e $TOXENV
5252
after_success:
53-
- coveralls
53+
- codecov
5454
deploy:
5555
provider: pypi
5656
user: codingjoe

0 commit comments

Comments
 (0)