Commit a7c11655 authored by Marius Gedminas's avatar Marius Gedminas

Drop local snapshots of unreleased ZODB and zope.publisher

parent e4c2796d
[buildout]
develop = .
find-links =
${buildout:directory}/zope.publisher-4.0.0dev.tar.gz
${buildout:directory}/ZODB-4.0.0dev.tar.gz
parts = test
# graph coverage-test coverage-report
......
......@@ -4,7 +4,7 @@ envlist = py26,py27,py33
[testenv]
commands = python setup.py test -q
deps =
{toxinidir}/zope.publisher-4.0.0dev.tar.gz
zope.publisher
zope.testrunner
zope.testing
six
......@@ -34,7 +34,6 @@ commands =
pip install -e .
nosetests --with-xunit --with-xcoverage
deps =
{toxinidir}/zope.publisher-4.0.0dev.tar.gz
nose
coverage
nosexcover
......@@ -53,5 +52,6 @@ deps =
zope.filerepresentation
zope.size
zope.traversing
zope.publisher
persistent
BTrees
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment