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

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