Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Oct 19, 2015
1 parent 2bf7213 commit a33ab76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/firm1/zds-member.svg?branch=master)](https://travis-ci.org/firm1/zds-member)
[![codecov.io](https://codecov.io/github/firm1/zds-member/coverage.svg?branch=master)](https://codecov.io/github/firm1/zds-member?branch=master)
[![Coverage Status](https://coveralls.io/repos/firm1/zds-member/badge.svg?branch=master&service=github)](https://coveralls.io/github/firm1/zds-member?branch=master)

Zds Member it's a fork of [zds-site](https://github.com/zestedesavoir/zds-site) member app to make a reusable application.

Expand Down
1 change: 1 addition & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from django.conf import settings
from django.test.utils import get_runner


def runtests(*test_args):
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.test_settings'
django.setup()
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
#show-source = True
max-line-length = 120
exclude = .tox,.venv,build,dist,doc,migrations,urls.py,settings.py,settings_prod.py,settings_test.py
exclude = .tox,.venv,build,dist,doc,migrations,urls.py,runtests.py,settings_test.py
# Ignore N802 (functions in lowercase) because the setUp() function in tests
ignore = N802

Expand Down

0 comments on commit a33ab76

Please sign in to comment.