summaryrefslogtreecommitdiffstats
path: root/.travis.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-02Drop support for Python 3.4.Diego Elio Pettenò1-1/+0
Python 3.4 lacks the `typing` module, which requires try/catch when importing, making type annotations more verbose than needed. At the time of writing, Debian oldstable has Python 3.5 available, so it sounds like a good default.
2019-07-30travis: add Python 3.8 to the list of versions to test.Diego Elio Pettenò1-0/+1
2018-11-16Travis: make dist xenial for python 3.7 supportDiego Elio Pettenò1-0/+2
CC travis-ci/travis-ci#9815
2018-11-16Travis: add Python 3.7 support.Diego Elio Pettenò1-0/+1
2017-12-30Run test and build on Travis CIMuhammad Kaisar Arkhan1-0/+14
Closes https://github.com/Flameeyes/glucometerutils/issues/35