Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Remove coveralls
  • Loading branch information
asvetlov committed Jan 3, 2015
1 parent 0147888 commit ddc0730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:

install:
- pip install --upgrade setuptools
- pip install coveralls
- pip install flake8
- pip install docutils
- python setup.py develop
Expand All @@ -14,8 +13,6 @@ script:
- flake8 aiohttp examples tests
- coverage run --source=aiohttp setup.py test
- python setup.py check -rms
after_success:
- coveralls

env:
matrix:
Expand Down

0 comments on commit ddc0730

Please sign in to comment.