X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython-cffi%2Ftox.ini;h=7cf93be0146b5d74b88aea25dfafc8dd0b69a588;hp=d6b87987caf250ee7a254c39a3423caf9f08b497;hb=b7e3a347ac71d2d31747259d4b3bfa089fbaa2b1;hpb=83c2d158983875bf77a9b7662894df585b61741c diff --git a/bindings/python-cffi/tox.ini b/bindings/python-cffi/tox.ini index d6b87987..7cf93be0 100644 --- a/bindings/python-cffi/tox.ini +++ b/bindings/python-cffi/tox.ini @@ -1,16 +1,19 @@ [pytest] minversion = 3.0 -addopts = -ra --cov=notdb --cov=tests +addopts = -ra --cov=notmuch2 --cov=tests [tox] -envlist = py35,py36,py37,pypy35,pypy36 +envlist = py35,py36,py37,py38,pypy35,pypy36 [testenv] deps = cffi pytest pytest-cov -commands = pytest --cov={envsitepackagesdir}/notdb {posargs} +commands = pytest --cov={envsitepackagesdir}/notmuch2 {posargs} [testenv:pypy35] basepython = pypy3.5 + +[testenv:pypy36] +basepython = pypy3.6