js/tox.ini

11 lines
190 B
INI

[tox]
skipsdist = true
[testenv]
#changedir = tests
deps =
-rrequirements.txt
pytest
commands =
# Any commands go here
python -m pytest -s --basetemp="{envtmpdir}" {posargs}