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

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

tox.ini @upstream/0.10.0

9af17e1
c2895a0
d8b6d32
9af17e1
 
d8b6d32
 
9af17e1
d8b6d32
 
9af17e1
d8b6d32
 
 
 
 
 
9af17e1
d8b6d32
9af17e1
d8b6d32
 
 
 
 
9af17e1
 
 
 
 
 
 
 
[tox]
envlist=py26,py27,py32,py33,py34,pypy,docs
skipsdist=True

[testenv]
whitelist_externals=
   rm
deps=
   pytest
   Cython
changedir={toxinidir}
commands=
   {envbindir}/cython logbook/_speedups.pyx
   {envpython} {toxinidir}/setup.py develop
   {envpython} {toxinidir}/scripts/test_setup.py
   py.test {toxinidir}/tests
   rm -f {toxinidir}/logbook/_speedups.\{so,c\}

[testenv:pypy]
deps=
   pytest
commands=
   {envpython} {toxinidir}/setup.py develop
   {envpython} {toxinidir}/scripts/test_setup.py
   py.test {toxinidir}/tests

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