summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 85dbde12a2a3f89b605dbf4af11db24b5187dd50 (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
[tox]
envlist =
    py27,py33,py34,py35,pypy,pypy3

[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 -q test -q

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