Commit 58e16a0c authored by Tres Seaver's avatar Tres Seaver

Get tox working.

No docs part yet.
parent 2678a00d
......@@ -3,12 +3,13 @@ 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,coverage
[testenv]
deps =
zope.interface
persistent
transaction
commands =
python setup.py test -q
......@@ -24,6 +25,7 @@ commands =
deps =
zope.interface
persistent
transaction
nose
coverage
nosexcover
......@@ -37,5 +39,6 @@ commands =
deps =
zope.interface
persistent
transaction
Sphinx
repoze.sphinx.autointerface
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