Enable coveralls for testing

fix_request_path_info
Diederik van der Boor 2013-05-22 10:58:18 +02:00
parent ff22332d2c
commit ef1feab709
1 changed files with 6 additions and 3 deletions

View File

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