summaryrefslogtreecommitdiff
path: root/tox.ini
blob: ac4fad3a33e71fac08debb9d66d63e20110386dd (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist =
    # py32 needs a py3k-compatible zope.proxy at the very least
    py26,py27

[testenv]
deps =
    zope.pagetemplate[test]
commands = 
    python setup.py test -q