summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 712db9cbcef2fe3190b609256f8502b0fe92f2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27, py34, py35, py36
[testenv]
deps = pytest
    mock
    pgspecial
    humanize
    psycopg2
commands = py.test
    behave tests/features
passenv = PGHOST
    PGPORT
    PGUSER
    PGPASSWORD