1
0
Fork 0
litecli/tox.ini

12 lines
168 B
INI
Raw Normal View History

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