Commit c7e8c81d authored by Kai Lautaportti's avatar Kai Lautaportti

Test Python 3.2 also.

parent aa499b6c
......@@ -4,13 +4,19 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py33
envlist = py26, py27, py32, py33
[testenv]
commands = python setup.py test
deps =
zc.buildout==1.6.3
[testenv:py32]
deps =
zc.buildout==2.0.0
zope.testing
manuel
[testenv:py33]
deps =
zc.buildout==2.0.0
......
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