Codebase list logbook / upstream/0.7.0 tox.ini
upstream/0.7.0

Tree @upstream/0.7.0 (Download .tar.gz)

tox.ini @upstream/0.7.0raw · history · blame

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

[testenv]
commands=
   {envpython} {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