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:
parent
e942a0839e
commit
9440ccaffe
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue