Skip to content

Commit

Permalink
SEtting up coveragerc as in PySAL
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Sep 16, 2016
1 parent 14bbcb6 commit 7ad2cda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[run]
omit =
*/tests/*
[report]
omit =
*/tests/*

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- conda update --yes conda
- conda install --yes psutil
- conda install --yes -c conda-forge cartopy pandas PIL rasterio six pytest
- pip install mercantile python-coveralls pytest-cov
- pip install mercantile coveralls pytest-cov

install:
- python setup.py install
Expand Down

0 comments on commit 7ad2cda

Please sign in to comment.