1
0
Fork 0
mycli/tox.ini

16 lines
228 B
INI
Raw Normal View History

[tox]
envlist = py36, py37, py38
[testenv]
deps = pytest
mock
pexpect
behave
coverage
commands = python setup.py test
passenv = PYTEST_HOST
PYTEST_USER
PYTEST_PASSWORD
PYTEST_PORT
PYTEST_CHARSET