Test with codacity coverage setup
This commit is contained in:
parent
0a062517bd
commit
3b1ac2a2ee
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ install:
|
||||||
- pip install psycopg2-binary
|
- pip install psycopg2-binary
|
||||||
- pip install mysqlclient
|
- pip install mysqlclient
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
- pip install codacity-coverage
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
@ -44,3 +45,5 @@ script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
- coverage xml
|
||||||
|
- python-codacy-coverage -r coverage.xml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue