From 01856f9cf750fd918dc9ed401b7215a70e09beaf Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 15 May 2018 15:07:39 +0100 Subject: Coveralls doesn't work, remove it from the travis build for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15d4e95e..ed099583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - pipenv run lint - pipenv run python gunicorn_config.py - pipenv run test - - pipenv run coveralls +# - pipenv run coveralls after_success: - bash scripts/deploy.sh -- cgit v1.2.3