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 - pip install codecov
script: script:
- flake8 aiohttp_security tests - make coverage
- coverage run --source=aiohttp_security setup.py test
after_success: after_success:
- codecov - codecov