updated to work with v0.9.3

This commit is contained in:
Chris Caron 2021-05-16 15:31:38 -04:00
parent 918cfe1646
commit 1eedd3b871
4 changed files with 2 additions and 23 deletions

View File

@ -4,10 +4,6 @@ dist: xenial
matrix: matrix:
include: include:
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.7" - python: "3.7"
env: TOXENV=py37 env: TOXENV=py37
- python: "3.8" - python: "3.8"

View File

@ -100,7 +100,6 @@ class StatefulNotifyTests(SimpleTestCase):
# Reset our count # Reset our count
mock_notify.reset_mock() mock_notify.reset_mock()
# Now we do a similar approach as the above except we remove the # Now we do a similar approach as the above except we remove the
# configuration from under the application # configuration from under the application
for _ in range(10): for _ in range(10):

View File

@ -1,2 +1,2 @@
django django
apprise >= 0.9.0 apprise == 0.9.3

18
tox.ini
View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35,py36,py37,py38,pypy3,coverage-report envlist = py37,py38,pypy3,coverage-report
skipsdist = true skipsdist = true
[testenv] [testenv]
@ -14,22 +14,6 @@ commands =
coverage run --parallel -m pytest {posargs} apprise_api coverage run --parallel -m pytest {posargs} apprise_api
flake8 apprise_api --count --show-source --statistics flake8 apprise_api --count --show-source --statistics
[testenv:py35]
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:py36]
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:py37] [testenv:py37]
deps= deps=
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt