Move all content in bdk-python subdirectory

This commit is contained in:
thunderbiscuit
2022-11-10 12:57:38 -05:00
parent 2a97218991
commit 413ca8bdeb
53 changed files with 2775 additions and 1 deletions

16
bdk-python/tox.ini Normal file
View File

@@ -0,0 +1,16 @@
[tox]
envlist =
py38
py39
[testenv]
usedevelop=true
deps =
-rrequirements.txt
-rrequirements-dev.txt
commands =
python3 setup.py -v build
python3 setup.py -v install
pytest --verbose --override-ini console_output_style=count
python3 setup.py --verbose bdist_wheel