Merge pull request #40 from alxpy/alxpy-patch-2

Fix code coverage
This commit is contained in:
Nikolay Novik
2017-01-25 16:16:15 +02:00
committed by GitHub

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