~ztk-steering-group/zope.authentication/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist =
    py26,py27,py33,py34

[testenv]
commands =
    python setup.py test -q
# without explicit deps, setup.py test will download a bunch of eggs into $PWD
# (and it seems I can't use zope.dottedname[testing] here, so forget DRY)
deps =
    zope.browser
    zope.component
    zope.i18nmessageid
    zope.interface
    zope.schema
    zope.security
    zope.testing
    zope.testrunner