From 00f06cc83d0cce576010df1e6f4b7172bf237d3c Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Wed, 30 Nov 2016 10:02:54 -0600 Subject: [PATCH] fix testing under py3.3 (could not find 'intid' in 'zope') and simplify --- tox.ini | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/tox.ini b/tox.ini index 97d85a5..99717a5 100644 --- a/tox.ini +++ b/tox.ini @@ -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]