basicswap/tox.ini

29 lines
509 B
INI
Raw Normal View History

2021-01-10 18:30:07 +00:00
[tox]
envlist = py3
[testenv]
setenv =
COINCURVE_IGNORE_SYSTEM_LIB = 1
FOR_TOX = 1
2021-01-10 18:30:07 +00:00
passenv =
DEFAULT_TEST_BINDIR
2021-01-10 18:30:07 +00:00
PARTICL_BINDIR
BITCOIN_BINDIR
LITECOIN_BINDIR
XMR_BINDIR
2024-03-31 22:47:14 +00:00
WOW_BINDIR
TEST_PREPARE_PATH
TEST_RELOAD_PATH
2021-01-10 18:30:07 +00:00
deps =
pytest
-rrequirements.txt
2024-09-19 10:15:50 +00:00
git+https://github.com/basicswap/coincurve.git@basicswap#egg=coincurve
2021-01-10 18:30:07 +00:00
commands =
pytest
[pytest]
addopts = -v -s
2022-07-04 20:29:49 +00:00
norecursedirs = tests/basicswap/extended tests/basicswap/selenium
2021-01-10 18:30:07 +00:00
testpaths =
tests