8000 Merge pull request #136 from adbar/master · stevejaker/python-readability@5800210 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5800210

Browse files
authored
Merge pull request buriy#136 from adbar/master
add coverage testing
2 parents 4b864d6 + 14d4474 commit 5800210

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ matrix:
5050

5151
install:
5252
- if [ $PIP ]; then true; else PIP=pip3; fi
53-
- travis_retry $PIP install -U pip wheel tox-travis
53+
- travis_retry $PIP install -U pip wheel tox-travis pytest-cov codecov
5454
- travis_retry $PIP install -U -r requirements.txt -e ".[test]"
5555

5656
script:
5757
- tox
58+
59+
after_success:
60+
- codecov

0 commit comments

Comments
 (0)
0