summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6da0fa1cebdb4e705b330f91c66164b9e14d8f27 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26, py27, py34, py35, pypy

[testenv]
deps =
    pytest
    pytest-cov
commands =
    py.test {posargs}