mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue