summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: c8c7551768c992038a719604ec1b4d5b348f2cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27, py34, py35, py36, py37
[testenv]
deps = pytest>=2.7.0,<=3.0.7
    mock>=1.0.1
    behave>=1.2.4
    pexpect==3.3
commands = py.test
    behave tests/features
passenv = PGHOST
    PGPORT
    PGUSER
    PGPASSWORD