mirror of https://github.com/t1meshift/js.git
10 lines
154 B
INI
10 lines
154 B
INI
|
[pytest]
|
||
|
envlist = py38
|
||
|
|
||
|
[testenv]
|
||
|
changedir = tests
|
||
|
deps =
|
||
|
pytest
|
||
|
commands =
|
||
|
# Any commands go here
|
||
|
pytest --basetemp="{envtmpdir}" {posargs}
|