summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 8048286eb4882f7eeecd8f0479fe034d530e70fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tox]
envlist =
    py26,py27,py33

[testenv]
deps =
    zope.pagetemplate[test]
    zope.component
    zope.i18n
    zope.i18nmessageid
    zope.interface
    zope.proxy
    zope.security
    zope.tal
    zope.tales
    zope.testing
    zope.testrunner
    zope.traversing
commands =
    python setup.py test -q

[testenv:py26]
deps =
    {[testenv]deps}
    zope.untrustedpython
    RestrictedPython

[testenv:py27]
deps =
    {[testenv:py26]deps}