8000 fixup! Add codecov. · gsnedders/html5lib-python@fb8e592 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit fb8e592

Browse files
committed
fixup! Add codecov.
1 parent eb56e79 commit fb8e592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ install:
2626
- bash requirements-install.sh
2727

2828
script:
29-
- coverage run -m pytest
29+
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; py.test; fi
30+
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; coverage run -m pytest; fi
3031
- bash flake8-run.sh
3132

3233
after_script:
3334
- python debug-info.py
3435

3536
after_success:
36-
- coverage combine
37-
- codecov
37+
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; coverage combine && codecov; fi

0 commit comments

Comments
 (0)
0