tox.ini
branch3.22
changeset 11392 12bebe48b451
parent 10976 b150016e476c
equal deleted inserted replaced
11387:51e988f9870e 11392:12bebe48b451
    22   {envpython} -m pip install --upgrade --no-deps --quiet git+git://github.com/logilab/yapps@master#egg=yapps
    22   {envpython} -m pip install --upgrade --no-deps --quiet git+git://github.com/logilab/yapps@master#egg=yapps
    23   {envpython} -c 'from logilab.common import pytest; pytest.run()' -t {toxinidir}/test {posargs}
    23   {envpython} -c 'from logilab.common import pytest; pytest.run()' -t {toxinidir}/test {posargs}
    24 
    24 
    25 [testenv:doc]
    25 [testenv:doc]
    26 changedir = doc
    26 changedir = doc
    27 whitelist_externals =
       
    28   sphinx-build
       
    29 deps =
    27 deps =
    30   sphinx
    28   sphinx
    31 commands = sphinx-build -b html -d {envtmpdir}/doctrees .  {envtmpdir}/html
    29 commands =
       
    30   {envpython} -c 'import sphinx; sphinx.main()' -b html -d {envtmpdir}/doctrees .  {envtmpdir}/html