Codebase list logbook / c8966c0 tox.ini
c8966c0

Tree @c8966c0 (Download .tar.gz)

tox.ini @c8966c0raw · 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