From 8883dda5c88e8f805b8325642226978c91ade2e4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 8 Jan 2020 21:01:59 -0500 Subject: [PATCH] Dropped CI Python v3.4 testing (accomodates PyYAML v5.3) --- .travis.yml | 2 -- tox.ini | 10 +--------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 617b209..02b2ca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ dist: xenial matrix: include: - - python: "3.4" - env: TOXENV=py34 - python: "3.5" env: TOXENV=py35 - python: "3.6" diff --git a/tox.ini b/tox.ini index 6ba2371..ed6c0e1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py35,py36,py37,pypy3,coverage-report +envlist = py35,py36,py37,pypy3,coverage-report skipsdist = true [testenv] @@ -14,14 +14,6 @@ commands = coverage run --parallel -m pytest {posargs} apprise_api flake8 apprise_api --count --show-source --statistics -[testenv:py34] -deps= - -r{toxinidir}/requirements.txt - -r{toxinidir}/dev-requirements.txt -commands = - coverage run --parallel -m pytest {posargs} apprise_api - flake8 apprise_api --count --show-source --statistics - [testenv:py35] deps= -r{toxinidir}/requirements.txt