thousandeyes-sdk-python/dashboards_api/tox.ini
2023-12-11 09:29:15 +00:00

10 lines
150 B
INI

[tox]
envlist = py3
[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
pytest --cov=dashboards_api