Skip to content

Commit 36bb293

Browse files
committed
.travis.yml codecov added
1 parent adb98cc commit 36bb293

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
@@ -7,11 +7,15 @@ before_install:
77
- sudo apt-get -qq update
88

99
install:
10+
- pip install codecov
1011
- pip install .
1112

1213
script:
1314
- tests/test.sh
1415

16+
after_success:
17+
- codecov
18+
1519
branches:
1620
only:
1721
- master

0 commit comments

Comments
 (0)