[tox] envlist = py26,py27,pypy,cover # this code actually works under py2.5 too but tox and virtualenv # have moved on and no longer support it, so we don't test it anymore. [testenv] commands = python setup.py test -q deps = Sphinx repoze.sphinx.autointerface virtualenv zope.configuration<3.8.0 zope.schema<4.0.0 zope.interface<4.0.0 zope.component<4.0.0 WebOb<1.1.99 WebTest<2.0dev [testenv:py25] # only kept around for historical curiosity and version pinning details, unused commands = python setup.py test -q deps = Sphinx repoze.sphinx.autointerface virtualenv simplejson zope.configuration<3.8.0 zope.schema<4.0.0 zope.interface<4.0.0 zope.component<4.0.0 WebOb<1.1.99 WebTest<2.0dev [testenv:cover] basepython = python2.6 commands = python setup.py nosetests --with-xunit --with-xcoverage deps = nose coverage nosexcover Sphinx repoze.sphinx.autointerface virtualenv zope.configuration<3.8.0 zope.schema<4.0.0 zope.interface<4.0.0 zope.component<4.0.0 WebOb<1.1.99 WebTest<2.0dev