Drop testing for Python 2

This commit is contained in:
Thor77 2020-03-27 22:52:34 +01:00
parent 61c6022e37
commit e90e3fad43
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
language: python language: python
python: python:
- 2.7
- 3.7 - 3.7
- 3.8 - 3.8
matrix: matrix:
include: include:
- python: 2.7 - python: 3.8
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt