mirror of
https://github.com/caronc/apprise.git
synced 2024-11-24 09:03:29 +01:00
Drop Python v3.4 CI testing - accomodates PyYAML v5.3 (#193)
This commit is contained in:
parent
8173c59241
commit
47b4d946ef
@ -11,8 +11,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- python: "3.4"
|
|
||||||
env: TOXENV=py34
|
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
|
12
tox.ini
12
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27,py34,py35,py36,py37,py38,pypy,pypy3,coverage-report
|
envlist = py27,py35,py36,py37,py38,pypy,pypy3,coverage-report
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -25,16 +25,6 @@ commands =
|
|||||||
coverage run --parallel -m pytest {posargs}
|
coverage run --parallel -m pytest {posargs}
|
||||||
flake8 . --count --show-source --statistics
|
flake8 . --count --show-source --statistics
|
||||||
|
|
||||||
[testenv:py34]
|
|
||||||
deps=
|
|
||||||
dbus-python
|
|
||||||
-r{toxinidir}/requirements.txt
|
|
||||||
-r{toxinidir}/dev-requirements.txt
|
|
||||||
commands =
|
|
||||||
python setup.py compile_catalog
|
|
||||||
coverage run --parallel -m pytest {posargs}
|
|
||||||
flake8 . --count --show-source --statistics
|
|
||||||
|
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
deps=
|
deps=
|
||||||
dbus-python
|
dbus-python
|
||||||
|
Loading…
Reference in New Issue
Block a user