basicswap/tox.ini

28 lines
493 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
TEST_PREPARE_PATH
TEST_RELOAD_PATH
2021-01-10 18:30:07 +00:00
deps =
pytest
-rrequirements.txt
git+https://github.com/tecnovert/coincurve.git@anonswap#egg=coincurve
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