Move all content in bdk-python subdirectory
This commit is contained in:
16
bdk-python/tox.ini
Normal file
16
bdk-python/tox.ini
Normal 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
|
||||
Reference in New Issue
Block a user