Browse Source

dont include tests in coverage calculation

pull/31/head
Di Wu 9 years ago
parent
commit
32050e06e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -12,6 +12,6 @@ env:
addons:
postgresql: "9.4"
script:
- coverage run --source=hc manage.py test
- coverage run --omit=*/tests/* --source=hc manage.py test
after_success: coveralls
cache: pip

Loading…
Cancel
Save