]> git.cworth.org Git - notmuch-old/blobdiff - bindings/python-cffi/tox.ini
Introduce CFFI-based python bindings
[notmuch-old] / bindings / python-cffi / tox.ini
diff --git a/bindings/python-cffi/tox.ini b/bindings/python-cffi/tox.ini
new file mode 100644 (file)
index 0000000..d6b8798
--- /dev/null
@@ -0,0 +1,16 @@
+[pytest]
+minversion = 3.0
+addopts = -ra --cov=notdb --cov=tests
+
+[tox]
+envlist = py35,py36,py37,pypy35,pypy36
+
+[testenv]
+deps =
+     cffi
+     pytest
+     pytest-cov
+commands = pytest --cov={envsitepackagesdir}/notdb {posargs}
+
+[testenv:pypy35]
+basepython = pypy3.5