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).
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 thereadme.md
file (to fix the formatting) and in thesetup.py
file (python 2.7 was complaining without the explicitcoding
part).