test: remove unused python tox config file

This commit is contained in:
thunderbiscuit
2023-11-17 15:47:43 -05:00
parent 1ef1c5cc6e
commit 084f0f713a

View File

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