py3: Remove Python 2 tests

Tests don't need to support Python 2 any longer. Do not run tests with
Python 2.
This commit is contained in:
Ana Maria Martinez Gomez
2021-03-15 18:12:35 +01:00
parent 058b61b10c
commit c0d6468347
6 changed files with 14 additions and 36 deletions

View File

@@ -52,8 +52,6 @@ jobs:
python-version: [3.6, 3.9]
include:
# on Ubuntu run these as well
- os: ubuntu-20.04
python-version: 2.7
- os: ubuntu-20.04
python-version: 3.7
- os: ubuntu-20.04