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: install:
- pip install --upgrade pip - pip install --upgrade pip
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt
- pip install coveralls - pip install codecov
script: script:
- flake8 aiohttp_security tests - flake8 aiohttp_security tests
- coverage run --source=aiohttp_security setup.py test - coverage run --source=aiohttp_security setup.py test
after_success: after_success:
- coveralls - codecov
env: env:
matrix: matrix:
- PYTHONASYNCIODEBUG=1 - PYTHONASYNCIODEBUG=x
- PYTHONASYNCIODEBUG=0 - PYTHONASYNCIODEBUG=