]> git.notmuchmail.org Git - notmuch/blob - bindings/python-cffi/tox.ini
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python-cffi / tox.ini
1 [pytest]
2 minversion = 3.0
3 addopts = -ra --cov=notmuch2 --cov=tests
4
5 [tox]
6 envlist = py35,py36,py37,pypy35,pypy36
7
8 [testenv]
9 deps =
10      cffi
11      pytest
12      pytest-cov
13 commands = pytest --cov={envsitepackagesdir}/notmuch2 {posargs}
14
15 [testenv:pypy35]
16 basepython = pypy3.5