Remove Python 2 from tox and travis tests

This commit is contained in:
2020-02-16 09:33:24 +02:00
parent a74a0267c2
commit bfdc9aae28
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ cache:
- .pytest_cache
- tests/testdata
python:
- "2.7"
- "3.5"
# - "3.7" # Python 3.7 is not available on travis CI yet
install: