summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 3f0cf63c23ab5d33094cb1fa73576326a723594a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist =
#   pypy3 pending release of a fix for
#   https://bitbucket.org/pypy/pypy/issue/1946
#   py26,py27,py33,py34,pypy,pypy3
    py26,py27,py33,py34,pypy

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