13 lines
137 B
INI
13 lines
137 B
INI
|
[tox]
|
||
|
envlist = py36, py37
|
||
|
requires = tox-pyo3
|
||
|
|
||
|
[testenv]
|
||
|
pyo3 = True
|
||
|
deps =
|
||
|
pytest
|
||
|
commands =
|
||
|
pytest -vvvv
|
||
|
|
||
|
skip_install = True
|