coveralls -> codecov

This commit is contained in:
Andrew Svetlov 2016-09-27 15:32:53 +03:00
parent 820dcc8d93
commit 0a85dc5603
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ python:
install:
- pip install --upgrade pip
- pip install -r requirements-dev.txt
- pip install coveralls
- pip install codecov
script:
- flake8 aiohttp_security tests
- coverage run --source=aiohttp_security setup.py test
after_success:
- coveralls
- codecov
env:
matrix:
- PYTHONASYNCIODEBUG=1
- PYTHONASYNCIODEBUG=0
- PYTHONASYNCIODEBUG=x
- PYTHONASYNCIODEBUG=