Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 4e8439b

Browse files
committed
Switch to codecov.
1 parent b9c0f93 commit 4e8439b

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
@@ -5,8 +5,8 @@ python:
55
- 3.3
66
- 2.7
77
install:
8-
- pip install coveralls
8+
- pip install codecov
99
script:
1010
coverage run test.py
1111
after_success:
12-
coveralls
12+
codecov

0 commit comments

Comments
 (0)