mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
10 lines
165 B
INI
10 lines
165 B
INI
[tox]
|
|
envlist = py3
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
pytest --cov=lighter --ignore-glob *api.py
|