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