Skip to content

Commit eacf146

Browse files
authored
Merge 7835aff into 934025b
2 parents 934025b + 7835aff commit eacf146

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ python:
55

66
install:
77
- pip install coverage pytest-cov
8+
- pip install coveralls
89

910
script:
1011
- coverage run -m unittest sample.tests
1112

1213
after_success:
13-
- bash <(curl -s https://codecov.io/bash)
14+
- bash <(curl -s https://codecov.io/bash)
15+
- coveralls

0 commit comments

Comments
 (0)