mirror of
https://github.com/logos-storage/logos-storage-py-api-client.git
synced 2026-01-02 05:23:08 +00:00
10 lines
152 B
INI
10 lines
152 B
INI
[tox]
|
|
envlist = py3
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
pytest --cov=codex_api_client
|