Update Python Versions

This patch drops tests of the rather dated Python 3.4 and 3.5 while
simultaneously adding tests for Python 3.7 and updating the build and
test environment.
This commit is contained in:
Lars Kiesow 2019-08-11 22:22:41 +02:00
parent 2beefb5126
commit ca25295ac3
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -1,13 +1,12 @@
language: python
sudo: false
dist: bionic
# https://devguide.python.org/#branchstatus
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install flake8 python-coveralls coverage