mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Add Coveralls configuration
This commit is contained in:
parent
a6f7842330
commit
eb78cd7ee5
3 changed files with 10 additions and 1 deletions
1
.coveralls.yml
Normal file
1
.coveralls.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
repo_token: 71NkMDQFpFKB9QYXoK12LYuWUEmQ2wD6V
|
||||
|
|
@ -3,5 +3,12 @@ python:
|
|||
- "3.6.5"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install coveralls==1.3.0
|
||||
- pip install pyyaml==3.12
|
||||
- pip install coverage==4.5.1
|
||||
before_script:
|
||||
- coverage erase
|
||||
script:
|
||||
- ./runtests
|
||||
- coverage run --source=eav runtests
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[](https://travis-ci.org/makimo/django-eav2)
|
||||
[](https://coveralls.io/github/makimo/django-eav2?branch=master)
|
||||
|
||||
### Django EAV 2 - Entity-Attribute-Value storage for Django
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue