summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: df18a20934beaf0a9333c1fa73a0b2f9a495999b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py37, py38, py39, py310, py311
[testenv]
deps = pytest>=2.7.0,<=3.0.7
    mock>=1.0.1
    behave>=1.2.4
    pexpect==3.3
    sshtunnel>=0.4.0
commands = py.test
    behave tests/features
passenv = PGHOST
    PGPORT
    PGUSER
    PGPASSWORD