Coverage checks

This commit is contained in:
Raphael Michel
2014-10-02 10:08:54 +02:00
parent aee250c218
commit c45ea081fa
3 changed files with 11 additions and 1 deletions

View File

@@ -10,4 +10,6 @@ before_script:
- python manage.py check
- python manage.py validate
script:
- python manage.py test
- coverage run manage.py test
after_success:
- coveralls

View File

@@ -1,6 +1,11 @@
tixl
====
[![Docs](https://readthedocs.org/projects/tixl/badge/)](https://readthedocs.org/projects/tixl/)
[![Build Status](https://travis-ci.org/tixl/tixl.svg?branch=master)](https://travis-ci.org/tixl/tixl)
[![Coverage Status](https://img.shields.io/coveralls/tixl/tixl.svg)](https://coveralls.io/r/tixl/tixl)
Reinventing ticket presales, one bit at a time.
Project status

View File

@@ -11,3 +11,6 @@ pep8
pep8-naming
flake8
django-debug-toolbar
coveralls
coverage