summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 3be9fcb7bcefc4a1c1c777a6ceae4d1ce7200997 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py{27,32,33,34,py,py3}

[testenv]
deps =
    py==1.4.28
    pytest==2.7.1
commands =
    py.test {posargs:test_pytest_catchlog.py}