From b2d27dc016be1e7a9782a2d51da4cd8d0b2d1d79 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 16 Aug 2018 15:23:38 +0200 Subject: [PATCH] Travis: fix codecov integration Closes https://github.com/jazzband/django-configurations/pull/208 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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