rust2rpm/tox.ini
2021-10-10 15:33:48 +02:00

11 lines
167 B
INI

[tox]
envlist = py36,py37,py38,py39
skipsdist = True
[testenv]
deps =
pytest
-rrequirements.txt
whitelist_externals =
cargo
commands = py.test -v test.py