mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Coverage checks
This commit is contained in:
@@ -10,4 +10,6 @@ before_script:
|
|||||||
- python manage.py check
|
- python manage.py check
|
||||||
- python manage.py validate
|
- python manage.py validate
|
||||||
script:
|
script:
|
||||||
- python manage.py test
|
- coverage run manage.py test
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
tixl
|
tixl
|
||||||
====
|
====
|
||||||
|
|
||||||
|
[](https://readthedocs.org/projects/tixl/)
|
||||||
|
[](https://travis-ci.org/tixl/tixl)
|
||||||
|
[](https://coveralls.io/r/tixl/tixl)
|
||||||
|
|
||||||
|
|
||||||
Reinventing ticket presales, one bit at a time.
|
Reinventing ticket presales, one bit at a time.
|
||||||
|
|
||||||
Project status
|
Project status
|
||||||
|
|||||||
@@ -11,3 +11,6 @@ pep8
|
|||||||
pep8-naming
|
pep8-naming
|
||||||
flake8
|
flake8
|
||||||
django-debug-toolbar
|
django-debug-toolbar
|
||||||
|
coveralls
|
||||||
|
coverage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user