1
0
Fork 0
pgcli/tox.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
257 B
INI
Raw Normal View History

2015-01-02 08:04:01 +00:00
[tox]
envlist = py37, py38, py39, py310, py311
2015-01-02 08:04:01 +00:00
[testenv]
2019-03-18 04:11:21 +00:00
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
2017-05-22 18:44:02 +00:00
behave tests/features
passenv = PGHOST
PGPORT
2017-05-22 18:44:02 +00:00
PGUSER
PGPASSWORD