js/tox.ini

10 lines
159 B
INI
Raw Normal View History

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