ustroetz / python-osrm

A Python wrapper around the OSRM API
MIT License
133 stars 55 forks source link

Update travis config file #31

Closed mthh closed 5 years ago

mthh commented 5 years ago

This PR should fix the build on travis as it was failing on #28 (it notably switches the version of ubuntu to xenial and now also runs tests on python 3.6 and 3.7) . There is also some minor changes in the readme.md file (to fix the formatting) and in the setup.py file (python 2.7 was complaining without the explicit coding part).

ustroetz commented 5 years ago

Thanks for fixing this!