summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 612e8b7f3bcb3e4284bbf9c0cca3a4571b2eaad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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