Repository URL to install this package:
|
Version:
4.1.2 ▾
|
zope.interface
/
tox.ini
|
|---|
[tox]
envlist =
py26,py27,py32,py33,py34,pypy,pypy3,coverage,docs
[testenv]
commands =
python setup.py test -q
deps = zope.event
[testenv:jython]
# Jython 2.7b1 support pending fix for Jython incompat. w/ pip's vendored-in
# requests -> html5 libraries. See
# https://github.com/html5lib/html5lib-python/pull/150
commands =
jython setup.py test -q
[testenv:py32]
deps = zope.event
[testenv:coverage]
basepython =
python2.7
commands =
nosetests --with-xunit --with-xcoverage
deps =
nose
coverage
nosexcover
[testenv:docs]
basepython =
python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
deps =
Sphinx
repoze.sphinx.autointerface