tantivy: Add a tox.ini file.

master
Damir Jelić 2019-08-08 14:22:23 +02:00
parent de7e660313
commit fa682ab213
1 changed files with 12 additions and 0 deletions

12
tox.ini Normal file
View File

@ -0,0 +1,12 @@
[tox]
envlist = py36, py37
requires = tox-pyo3
[testenv]
pyo3 = True
deps =
pytest
commands =
pytest -vvvv
skip_install = True