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