Skip to content

Commit

Permalink
More test coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Sep 9, 2016
1 parent 0a155c2 commit 4bf6e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[run]
source = gis_metadata
data_file = .coverage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- "pip install coveralls"

script:
coverage run --source=gis_metadata setup.py test
coverage run --source=gis_metadata -m unittest gis_metadata.tests.tests

after_success:
coveralls

0 comments on commit 4bf6e5b

Please sign in to comment.