Test with codacity coverage setup

This commit is contained in:
Griatch 2019-04-06 09:25:04 +02:00
parent 0a062517bd
commit 3b1ac2a2ee

View file

@ -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