1
0
mirror of https://github.com/dbcli/pgcli synced 2024-05-31 01:17:54 +00:00
pgcli/tox.ini
2018-01-15 19:10:06 -08:00

13 lines
187 B
INI

[tox]
envlist = py27, py34, py35, py36
[testenv]
deps = pytest
mock
pgspecial
humanize
commands = py.test
behave tests/features
passenv = PGHOST
PGUSER
PGPASSWORD