1
0
Fork 0
pgcli/tox.ini
Daniel Baumann ec5391b244
Adding upstream version 3.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 19:48:22 +01:00

13 lines
228 B
INI

[tox]
envlist = py36, py37, py38, py39
[testenv]
deps = pytest>=2.7.0,<=3.0.7
mock>=1.0.1
behave>=1.2.4
pexpect==3.3
commands = py.test
behave tests/features
passenv = PGHOST
PGPORT
PGUSER
PGPASSWORD