PyInventory/tox.ini

12 wiersze
169 B
INI

[tox]
isolated_build = True
2020-10-16 15:57:51 +00:00
envlist = py39,py38,py37
skip_missing_interpreters = True
[testenv]
whitelist_externals = make
commands =
make install
make pytest