From e2f88db3c227965179d472f5e0d6a07b34e6f364 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 30 Apr 2017 14:19:53 +0200 Subject: [PATCH] Trying to make coveralls work again. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e51e2c9d..8bd67fff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: - tox after_script: - if [ $TOXENV == "cov" ]; then - pip install --quiet --use-mirrors coveralls; + pip install --quiet coveralls; coveralls; fi