From ede5beeb41fcb95a79e382e8a1ca174b1ff7c8a0 Mon Sep 17 00:00:00 2001 From: Alex Kuzmenko Date: Wed, 25 Jan 2017 00:39:39 +0200 Subject: [PATCH] Fix code coverage --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93a745f..52b1312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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