Integrate Coveralls reporting into Travis CI

pull/68/head
Neal Todd 2014-02-17 16:30:39 +00:00
rodzic 440350ccc7
commit f1175f1d3b
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -13,11 +13,15 @@ services:
install:
- python setup.py install
- pip install psycopg2 pyelasticsearch elasticutils
- pip install coveralls
# Pre-test configuration
before_script:
- psql -c 'create database wagtaildemo;' -U postgres
# Run the tests
script: python runtests.py
script:
coverage run --source=wagtail python runtests.py
after_success:
coveralls
# Who to notify about build results
notifications:
email: