Dropped CI Python v3.4 testing (accomodates PyYAML v5.3)

This commit is contained in:
Chris Caron 2020-01-08 21:01:59 -05:00
parent 9c7aef4fa7
commit 8883dda5c8
2 changed files with 1 additions and 11 deletions

View File

@ -4,8 +4,6 @@ dist: xenial
matrix:
include:
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"

10
tox.ini
View File

@ -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