summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 66fef8d073d0e46548bf9f888182db5128902b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py26,py27,py33

[testenv]
deps=zope.testrunner
    zope.testing
    python-gettext
    zope.configuration
    zope.security

commands=zope-testrunner --all --test-path=src -v