Skip to content

Commit

Permalink
fix testing under py3.3 (could not find 'intid' in 'zope') and simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 30, 2016
1 parent ec5e70c commit 00f06cc
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions tox.ini
Expand Up @@ -4,19 +4,6 @@ envlist =

[testenv]
commands =
python setup.py -q 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)
python -m zope.intid.tests
deps =
ZODB
zope.component
zope.container
zope.event
zope.interface
zope.keyreference
zope.lifecycleevent
zope.location
zope.security
zope.site
zope.testing
zope.traversing
.[test]

0 comments on commit 00f06cc

Please sign in to comment.