mirror of
https://github.com/caronc/apprise-api.git
synced 2025-02-22 12:40:47 +01:00
updated to work with v0.9.3
This commit is contained in:
parent
918cfe1646
commit
1eedd3b871
@ -4,10 +4,6 @@ dist: xenial
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.5"
|
||||
env: TOXENV=py35
|
||||
- python: "3.6"
|
||||
env: TOXENV=py36
|
||||
- python: "3.7"
|
||||
env: TOXENV=py37
|
||||
- python: "3.8"
|
||||
|
@ -100,7 +100,6 @@ class StatefulNotifyTests(SimpleTestCase):
|
||||
# Reset our count
|
||||
mock_notify.reset_mock()
|
||||
|
||||
|
||||
# Now we do a similar approach as the above except we remove the
|
||||
# configuration from under the application
|
||||
for _ in range(10):
|
||||
|
@ -1,2 +1,2 @@
|
||||
django
|
||||
apprise >= 0.9.0
|
||||
apprise == 0.9.3
|
||||
|
18
tox.ini
18
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py35,py36,py37,py38,pypy3,coverage-report
|
||||
envlist = py37,py38,pypy3,coverage-report
|
||||
skipsdist = true
|
||||
|
||||
[testenv]
|
||||
@ -14,22 +14,6 @@ commands =
|
||||
coverage run --parallel -m pytest {posargs} apprise_api
|
||||
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]
|
||||
deps=
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user