1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 02:07:53 +03:00
pgcli/tox.ini
2017-05-22 20:44:02 +02:00

13 lines
193 B
INI

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