js/tox.ini

10 lines
154 B
INI
Raw Normal View History

2020-04-15 16:15:56 +10:00
[pytest]
envlist = py38
[testenv]
changedir = tests
deps =
pytest
commands =
# Any commands go here
pytest --basetemp="{envtmpdir}" {posargs}