mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
359 stars 89 forks source link

build is failing according to the readme #126

Closed matkoniecz closed 3 years ago

matkoniecz commented 4 years ago

https://github.com/mvexel/overpass-api-python-wrapper#overpass-api-python-wrapper

I am a bit confused as it has https://travis-ci.org/mvexel/overpass-api-python-wrapper.svg?branch=master while build failure is about not yet merged pull request #125 ( https://travis-ci.org/github/mvexel/overpass-api-python-wrapper )

Is branch=master not working anymore? Maybe I am getting confused by travis-ci interface?

dericke commented 3 years ago

Build for master has been failing since 603b7ec, see #119

dericke commented 3 years ago

Actually, looking at it again, it appears that

  1. Build has actually been failing since fb1e83c75f6b9e097a62a6003306d0f07b67620b
  2. It is only the tests against Python 2.7 and 3.3 that are failing. I created PR #128 to drop these from the Travis config and add the latest Python versions to test against.
mvexel commented 3 years ago

Thanks for the PR, @dericke -- merged, should run now