Initial import to Tizen
[profile/ivi/python-zope.interface.git] / tox.ini
1 [tox]
2 envlist = 
3     py25,py26,py27,py32,jython,pypy
4
5 [testenv]
6 commands = 
7     python setup.py test -q
8 deps = zope.event
9
10 [testenv:jython]
11 commands = 
12    jython setup.py test -q
13
14 [testenv:py32]
15 deps = zope.event
16        zope.fixers
17