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

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