mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Travis: fix codecov integration
Closes https://github.com/jazzband/django-configurations/pull/208
This commit is contained in:
parent
2d885caa46
commit
b2d27dc016
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ install:
|
|||
script: tox -v
|
||||
after_success:
|
||||
- |
|
||||
if [ "$TOXENV" = py* ]; then
|
||||
if [[ "$TOXENV" = py* ]]; then
|
||||
pip install codecov
|
||||
coverage xml
|
||||
coverage report -m
|
||||
|
|
|
|||
Loading…
Reference in a new issue