Skip to content

Commit

Permalink
Merge 01cab3a into 5d7a23e
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Jul 15, 2018
2 parents 5d7a23e + 01cab3a commit df3a1f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
- GDALVERSION="2.0.1"
- GDALVERSION="2.1.3"
- GDALVERSION="2.2.0"
- GDALVERSION="2.3.1"
addons:
apt:
packages:
Expand All @@ -33,9 +34,9 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
before_install:
- "pip install -U pip wheel coveralls"
- "pip install setuptools==36.0.1"
- "pip install -U pip wheel coveralls setuptools"
- . ./scripts/travis_gdal_install.sh
- export PATH=$GDALINST/gdal-$GDALVERSION/bin:$PATH
- export LD_LIBRARY_PATH=$GDALINST/gdal-$GDALVERSION/lib:$LD_LIBRARY_PATH
Expand Down
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ testpaths = tests

[bdist_wheel]
universal = 1

[coverage:run]
branch=True

[coverage:report]
show_missing = True

0 comments on commit df3a1f9

Please sign in to comment.