From 3b1ac2a2ee30244e4e333e89c4a8e1871ab5eac2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 6 Apr 2019 09:25:04 +0200 Subject: [PATCH] Test with codacity coverage setup --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cefc89476..ca4634cf89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ install: - pip install psycopg2-binary - pip install mysqlclient - pip install coveralls + - pip install codacity-coverage - pip install -e . before_script: @@ -44,3 +45,5 @@ script: after_success: - coveralls + - coverage xml + - python-codacy-coverage -r coverage.xml