Travis: fix codecov integration

Closes https://github.com/jazzband/django-configurations/pull/208
This commit is contained in:
Daniel Hahler 2018-08-16 15:23:38 +02:00
parent 2d885caa46
commit b2d27dc016

View file

@ -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