forked from zopefoundation/z3c.form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
37 lines (35 loc) · 750 Bytes
/
tox.ini
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
31
32
33
34
35
36
[tox]
envlist =
py26,py27,py33
[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 =
{toxinidir}/ZODB-4.0.0dev.tar.gz
lxml
persistent
z3c.template
zc.sourcefactory
zope.browser
zope.browserresource
zope.component
zope.configuration
zope.container
zope.contentprovider
zope.event
zope.i18n
zope.i18nmessageid
zope.interface
zope.lifecycleevent
zope.location
zope.pagetemplate
zope.password
zope.publisher
zope.schema
zope.security
zope.site
zope.testing
zope.testrunner
zope.traversing