rust2rpm/tox.ini

14 lines
202 B
INI

[tox]
envlist = py38,py39,py310,py311
skipsdist = True
[testenv]
deps =
pytest
-rrequirements.txt
whitelist_externals =
cargo
commands =
pytest -v
setenv =
PYTHONPATH = {toxinidir}