summaryrefslogtreecommitdiff
path: root/tox.ini
blob: a48eeedf35ae982c9c1958906d80bf37887c8346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tox]
envlist = py27,py33,py34,pypy

[testenv]
commands = python setup.py test -q
deps =
    six
    transaction
    zope.annotation
    zope.browserresource[zcml]
    zope.component[zcml]
    zope.configuration
    zope.i18n
    zope.i18nmessageid
    zope.interface
    zope.location
    zope.proxy
    zope.publisher
    zope.security[zcml]
    zope.tales
    zope.testing
    zope.testrunner