From 0a85dc56031df54e104accb1a210fe3d1f44449f Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 27 Sep 2016 15:32:53 +0300 Subject: [PATCH] coveralls -> codecov --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f0d5d4..ae7c00a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,16 +6,16 @@ python: install: - pip install --upgrade pip - pip install -r requirements-dev.txt -- pip install coveralls +- pip install codecov script: - flake8 aiohttp_security tests - coverage run --source=aiohttp_security setup.py test after_success: -- coveralls +- codecov env: matrix: - - PYTHONASYNCIODEBUG=1 - - PYTHONASYNCIODEBUG=0 + - PYTHONASYNCIODEBUG=x + - PYTHONASYNCIODEBUG=