Skip to content

Commit 64e6d4a

Browse files
committed
Upload coverage to codecov
1 parent 0d257d3 commit 64e6d4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ python:
1111

1212
install:
1313
- pip install coverage
14+
- pip install codecov
1415

1516
script:
1617
- cd tests
1718
- nosetests --with-coverage .
19+
20+
after_success:
21+
- codecov

0 commit comments

Comments
 (0)