Codebase list logbook / debian/0.6.0-1 tox.ini
debian/0.6.0-1

Tree @debian/0.6.0-1 (Download .tar.gz)

tox.ini @debian/0.6.0-1raw · history · blame

[tox]
envlist=py26,py27,py33,pypy,docs

[testenv]
commands=
   python {toxinidir}/scripts/test_setup.py
   nosetests -w tests
deps=
   nose
changedir={toxinidir}

[testenv:25]
deps=
   ssl
   nose

[testenv:docs]
deps=
  Sphinx==1.1.3
changedir=docs
commands=
 sphinx-build -W -b html . _build/html
 sphinx-build -W -b linkcheck . _build/linkcheck