Skip to content

Commit

Permalink
Try to configure coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Sep 9, 2016
1 parent a024ecd commit 7e4ca13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.coverage
.project
.pydevproject
__pycache__/
build/
dist/
gis-metadata-parser.egg-info/
Expand Down
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=parserutils setup.py test
coverage run --source=gis_metadata setup.py test

after_success:
coveralls

0 comments on commit 7e4ca13

Please sign in to comment.