1
0
Fork 0
pgcli/tox.ini
Daniel Baumann 9442fe97a5
Adding upstream version 4.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-09 08:29:27 +01:00

14 lines
259 B
INI

[tox]
envlist = py39, py310, py311, py312, py313
[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