From 19de993cdcf73259298811b440f36fe8db3fc84d Mon Sep 17 00:00:00 2001 From: belerico Date: Thu, 16 Apr 2020 14:14:41 +0200 Subject: [PATCH] Fix travis and tox py version --- .travis.yml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d688cdd..41f37bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ dist: xenial language: python python: - - "3.4" - "3.5" - "3.6" - "3.7" diff --git a/tox.ini b/tox.ini index 9c79c48..09b748c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py35,py36,py37,py38 +envlist = py35,py36,py37,py38 [testenv] deps =