Commit ba9263aa authored by Tres Seaver's avatar Tres Seaver

Test w/ ZODB.

parent 5a6f3f34
......@@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,jython,pypy,coverage,docs
py26,py27,coverage,docs
py26,py27,w_zodb,coverage,docs
[testenv]
deps =
......@@ -17,6 +17,20 @@ commands =
#commands =
# jython setup.py test -q
[testenv:w_zodb]
basepython =
python2.6
commands =
python setup.py test -q
deps =
zope.interface
persistent
transaction
ZODB3
nose
coverage
nosexcover
[testenv:coverage]
basepython =
python2.6
......
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