mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
setup.py test -> pytest / tox
This commit is contained in:
23
tox.ini
Normal file
23
tox.ini
Normal file
@@ -0,0 +1,23 @@
|
||||
[tox]
|
||||
envlist = py3
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
COINCURVE_IGNORE_SYSTEM_LIB = 1
|
||||
passenv =
|
||||
PARTICL_BINDIR
|
||||
BITCOIN_BINDIR
|
||||
LITECOIN_BINDIR
|
||||
XMR_BINDIR
|
||||
deps =
|
||||
pytest
|
||||
-rrequirements.txt
|
||||
git+https://github.com/tecnovert/coincurve.git@anonswap#egg=coincurve
|
||||
commands =
|
||||
pytest
|
||||
|
||||
[pytest]
|
||||
addopts = -v -s
|
||||
norecursedirs = tests/basicswap/extended
|
||||
testpaths =
|
||||
tests
|
||||
Reference in New Issue
Block a user