From bfdc9aae2897363c8096c4f54a70161510366a7e Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sun, 16 Feb 2020 09:33:24 +0200 Subject: [PATCH] Remove Python 2 from tox and travis tests --- .travis.yml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4301f2..7f81f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/tox.ini b/tox.ini index 8ccfc09..5573e87 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py37 +envlist = py35,py37 [testenv] deps = flake8