Drop unsupported Python versions from Travis test grid

This commit is contained in:
Daniele Varrazzo 2021-05-20 16:23:08 +02:00
parent 46dcadbe38
commit 2ea289c8a2

View File

@ -9,15 +9,10 @@ arch:
- arm64 - arm64
python: python:
- 3.5
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8 - 3.8
matrix:
include:
- python: 2.7
install: install:
- sudo apt-get install -y bc - sudo apt-get install -y bc
- pip install -U pip setuptools wheel - pip install -U pip setuptools wheel