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

[testenv]
commands =
    python setup.py test -q
deps =
    zope.testrunner