diff --git a/.travis.yml b/.travis.yml index 66be5d7..f402083 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 6ad1152..9e993df 100644 --- a/tox.ini +++ b/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