Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ before_script:
- psql -c 'create database test_db;' -U postgres
- pipenv run python manage.py collectstatic
script:
- pipenv run python manage.py test
- pipenv run coverage run --source=. --omit manage.py,"*/admin.py","*/migrations/*" manage.py test -v 2
- coveralls
services:
- postgresql
env:
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ pytest = "*"
"flake8" = "*"
"pytest-flake8" = "*"
coverage = "*"
coreapi = "*"
coreapi = "*"
coveralls = "*"
15 changes: 14 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build status](https://travis-ci.org/volCommunity/vol-django.svg?branch=master)](https://travis-ci.org/volCommunity/vol-django)
[![Coverage Status](https://coveralls.io/repos/github/volCommunity/vol-django/badge.svg?branch=master)](https://coveralls.io/github/volCommunity/vol-django?branch=master)

# Vol::Django

Expand Down