From 893291f8e9ee7006370641bc0528bbfb2f179495 Mon Sep 17 00:00:00 2001 From: Paul Bouquet Date: Sat, 2 Jun 2018 15:26:42 +0200 Subject: [PATCH] #205 remove python 3.4 --- .travis.yml | 1 - tox.ini | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index da764b4b0..f52a1cdc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: enabled language: python python: - - 3.4 - 3.5 - 3.6 diff --git a/tox.ini b/tox.ini index b3c0362f5..24b9cf6de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,10 @@ [tox] -envlist = py34, py35, py36 +envlist = py35, py36 [travis] python = 3.6: py36 3.5: py35 - 3.4: py34 [testenv] commands = pytest --cov=. --cov-config=.coveragerc --cov-report=term tests/