tox.ini 150 Bytes
[tox]
skipsdist = True
envlist = py27

[testenv]
deps =
    mock
    pexpect
    -r{toxinidir}/requirements.txt

commands=python -m unittest discover