Commit a7c11655 authored by Marius Gedminas's avatar Marius Gedminas

Drop local snapshots of unreleased ZODB and zope.publisher

parent e4c2796d
[buildout] [buildout]
develop = . develop = .
find-links =
${buildout:directory}/zope.publisher-4.0.0dev.tar.gz
${buildout:directory}/ZODB-4.0.0dev.tar.gz
parts = test parts = test
# graph coverage-test coverage-report # graph coverage-test coverage-report
......
...@@ -4,7 +4,7 @@ envlist = py26,py27,py33 ...@@ -4,7 +4,7 @@ envlist = py26,py27,py33
[testenv] [testenv]
commands = python setup.py test -q commands = python setup.py test -q
deps = deps =
{toxinidir}/zope.publisher-4.0.0dev.tar.gz zope.publisher
zope.testrunner zope.testrunner
zope.testing zope.testing
six six
...@@ -34,7 +34,6 @@ commands = ...@@ -34,7 +34,6 @@ commands =
pip install -e . pip install -e .
nosetests --with-xunit --with-xcoverage nosetests --with-xunit --with-xcoverage
deps = deps =
{toxinidir}/zope.publisher-4.0.0dev.tar.gz
nose nose
coverage coverage
nosexcover nosexcover
...@@ -53,5 +52,6 @@ deps = ...@@ -53,5 +52,6 @@ deps =
zope.filerepresentation zope.filerepresentation
zope.size zope.size
zope.traversing zope.traversing
zope.publisher
persistent persistent
BTrees 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