Skip to content

Commit

Permalink
Make sure coveralls is functioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed May 6, 2016
1 parent ec6ae72 commit 3f842eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .coveragerc
@@ -0,0 +1,6 @@
[run]
source = postnl_checkout
branch = True

[report]
omit = postnl_checkout/django_postnl_checkout/migrations/*
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -28,9 +28,10 @@ install:
- pip install -r requirements_django.txt
- pip install -q $DJANGO
- pip install -r requirements_test.txt
- pip install coveralls

# command to run tests
script: python setup.py test
script: coverage run setup.py test

# submit coverage reports
after_success:
Expand Down

0 comments on commit 3f842eb

Please sign in to comment.