15 lines
228 B
INI
15 lines
228 B
INI
[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
|