Skip to content

Commit

Permalink
Don't list 'zope.testing' as its own testing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 1, 2015
1 parent 5b48312 commit b37a917
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ envlist =

[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)
python setup.py -q test -q
deps =
zope.testing
zope.exceptions
zope.interface

0 comments on commit b37a917

Please sign in to comment.