js/tox.ini

11 lines
190 B
INI
Raw Permalink Normal View History

2020-06-28 17:54:53 +10:00
[tox]
skipsdist = true
2020-04-15 16:15:56 +10:00
[testenv]
2020-06-28 17:54:53 +10:00
#changedir = tests
2020-04-15 16:15:56 +10:00
deps =
2020-06-28 17:54:53 +10:00
-rrequirements.txt
2020-04-15 16:15:56 +10:00
pytest
commands =
# Any commands go here
2020-06-28 17:54:53 +10:00
python -m pytest -s --basetemp="{envtmpdir}" {posargs}