From 09fc9b48b610b84cd0faee31482145c41523c5e1 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 12 Oct 2015 18:12:56 +0500 Subject: [PATCH] drop coveralls support --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b24e051e..e857abbd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,10 @@ env: - TOXENV=py33 - TOXENV=docs install: - - pip install -U tox twine wheel codecov coveralls + - pip install -U tox twine wheel codecov script: tox after_success: - codecov - - coveralls notifications: irc: use_notice: true