mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-13 10:21:14 +01:00
dropped pypy3 from travis-ci
This commit is contained in:
parent
a28950c8c0
commit
ddb209264b
@ -8,8 +8,6 @@ matrix:
|
||||
env: TOXENV=py37
|
||||
- python: "3.8"
|
||||
env: TOXENV=py38
|
||||
- python: "pypy3.5-6.0"
|
||||
env: TOXENV=pypy3
|
||||
|
||||
install:
|
||||
- pip install codecov
|
||||
|
10
tox.ini
10
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py37,py38,pypy3,coverage-report
|
||||
envlist = py37,py38,coverage-report
|
||||
skipsdist = true
|
||||
|
||||
[testenv]
|
||||
@ -30,14 +30,6 @@ commands =
|
||||
coverage run --parallel -m pytest {posargs} apprise_api
|
||||
flake8 apprise_api --count --show-source --statistics
|
||||
|
||||
[testenv:pypy3]
|
||||
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:coverage-report]
|
||||
deps = coverage
|
||||
skip_install = true
|
||||
|
Loading…
Reference in New Issue
Block a user