Skip to content

Commit

Permalink
Added migrations and admin.py to coverage exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 13, 2013
1 parent 810066f commit 9f04273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ install:
# command to run tests
script:
- "pip install -r test-requirements.txt"
- "coverage run --source=django_clickbank runtests.py"
- "coverage run --source=django_clickbank --omit=*admin*,*migrations/* runtests.py"
after_success:
coveralls

0 comments on commit 9f04273

Please sign in to comment.