1
0
Fork 0
litecli/tox.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
168 B
INI
Raw Permalink Normal View History

[tox]
envlist = py37, py38, py39, py310
[testenv]
deps = pytest
mock
pexpect
behave
coverage
commands = python setup.py test
passenv = PYTEST_DATABASE