From aab95c61d554dcf8bc2cf991811165a320991b8c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 8 Apr 2019 17:51:34 -0700 Subject: [PATCH] get rid of python 3.4 as mypy does not support typechecking on it any more --- .travis.yml | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41f80ae2..1d6691cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.4" - "3.5" - "3.6" #- "nightly" diff --git a/tox.ini b/tox.ini index e0fa0f93..7837025b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] envlist = - py34, py35, py36, py37, -- 2.47.3