Merge pull request #1537 from scrapy/no-coveralls

drop coveralls support
This commit is contained in:
Daniel Graña 2015-10-12 20:36:12 -03:00
commit 65f4ba349c
1 changed files with 1 additions and 2 deletions

View File

@ -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