Fix code coverage

This commit is contained in:
Alex Kuzmenko 2017-01-25 00:39:39 +02:00
parent d22d3a1d1a
commit ede5beeb41
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ install:
- pip install codecov
script:
- flake8 aiohttp_security tests
- coverage run --source=aiohttp_security setup.py test
- make coverage
after_success:
- codecov