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 - .pytest_cache
- tests/testdata - tests/testdata
python: python:
- "2.7"
- "3.5" - "3.5"
# - "3.7" # Python 3.7 is not available on travis CI yet # - "3.7" # Python 3.7 is not available on travis CI yet
install: install:

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,py35,py37 envlist = py35,py37
[testenv] [testenv]
deps = deps =
flake8 flake8