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