rust2rpm/tox.ini

12 lines
173 B
INI
Raw Normal View History

[tox]
2021-10-14 16:41:02 +00:00
envlist = py36,py37,py38,py39,py310
skipsdist = True
[testenv]
deps =
pytest
-rrequirements.txt
whitelist_externals =
cargo
commands = py.test -v test.py