1
0
Fork 0
pgcli/tox.ini

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