From ca7d39e7bd661378155d89501cef18e6b224cd8e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 5 Sep 2016 19:03:53 +1000 Subject: [PATCH] remove coveralls due to the "changes unknown" issue --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a0069947..71965cbd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,3 @@ install: - pip install coveralls script: nosetests ./tests --with-coverage --cover-package=./anki - -after_success: - - coveralls