File: tox.ini

package info (click to toggle)
pgcli 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,476 kB
  • sloc: python: 10,390; sh: 67; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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