Enable coveralls for testing
parent
ff22332d2c
commit
ef1feab709
|
|
@ -14,10 +14,13 @@ matrix:
|
||||||
- python: "3.2"
|
- python: "3.2"
|
||||||
env: DJANGO=django==1.4.5
|
env: DJANGO=django==1.4.5
|
||||||
install:
|
install:
|
||||||
- "pip install $DJANGO --use-mirrors"
|
- "pip install $DJANGO coverage==3.6 --use-mirrors"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python runtests.py
|
- coverage run --source=polymorphic runtests.py
|
||||||
|
- coverage report -m
|
||||||
|
after_success:
|
||||||
|
- "pip install coveralls==0.1.1 --use-mirrors"
|
||||||
|
- coveralls
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue