summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: c1c81ead95bf4658d880d99ce6f7210dfcd83082 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py37, py38, py39, py310

[testenv]
deps = pytest
    mock
    pexpect
    behave
    coverage
commands = python setup.py test
passenv = PYTEST_DATABASE