14 lines
258 B
INI
14 lines
258 B
INI
[tox]
|
|
envlist = py38, py39, py310, py311, py312
|
|
[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
|