diff --git a/.travis.yml b/.travis.yml index 8035761..16a5855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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