Update Python Versions

This patch updates the Python versions to test against, dropping the now
officially unsupported Python 2.7.
This commit is contained in:
Lars Kiesow 2020-01-25 22:27:58 +01:00
parent e942a0839e
commit 9440ccaffe
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -4,9 +4,9 @@ dist: bionic
# https://devguide.python.org/#branchstatus # https://devguide.python.org/#branchstatus
python: python:
- "2.7" - 3.6
- "3.6" - 3.7
- "3.7" - 3.8
install: install:
- pip install flake8 python-coveralls coverage liccheck - pip install flake8 python-coveralls coverage liccheck