mirror of
https://github.com/dbcli/pgcli.git
synced 2022-11-27 03:23:34 +03:00
* add python 3.11 support * use beta version * Python 11 is available. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
15 lines
257 B
INI
15 lines
257 B
INI
[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
|