jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
905 stars 120 forks source link

Fix up Travis CI and Python version support #120

Closed rayrrr closed 5 years ago

rayrrr commented 5 years ago

The broken URL "details" link for the Travis CI build on https://github.com/jazzband/python-geojson/pull/119 led me to discover these issues.

codecov[bot] commented 5 years ago

Codecov Report

Merging #120 into master will increase coverage by 0.54%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   92.58%   93.13%   +0.54%     
==========================================
  Files          11       11              
  Lines         364      364              
  Branches       70       70              
==========================================
+ Hits          337      339       +2     
+ Misses         17       16       -1     
+ Partials       10        9       -1
Impacted Files Coverage Δ
geojson/utils.py 83.8% <0%> (+1.9%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 275a663...4fdcd2e. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #120 into master will increase coverage by 1.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   92.03%   93.13%   +1.09%     
==========================================
  Files          11       11              
  Lines         364      364              
  Branches       70       70              
==========================================
+ Hits          335      339       +4     
+ Misses         18       16       -2     
+ Partials       11        9       -2
Impacted Files Coverage Δ
geojson/_version.py 100% <100%> (ø) :arrow_up:
geojson/utils.py 83.8% <0%> (+3.8%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc4e7f1...676aa3e. Read the comment docs.

rayrrr commented 5 years ago

At this point, there is just some PyPy Travis CI weirdness to clear up. I might have done too many pushes in too short of time so going to revisit tomorrow.

galuszkak commented 5 years ago

@rayrrr I fixed this PR for you. Hope You will find it useful.

Thanks!