python/mock-1.0.0/tox.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 [tox]
     2 envlist = py24,py25,py26,py27,py31,pypy,py32,py33,jython
     4 [testenv]
     5 deps=unittest2
     6 commands={envbindir}/unit2 discover []
     8 [testenv:py26]
     9 commands=
    10     {envbindir}/unit2 discover []
    11     {envbindir}/sphinx-build -E -b doctest docs html
    12     {envbindir}/sphinx-build -E docs html
    13 deps =
    14     unittest2
    15     sphinx
    17 [testenv:py27]
    18 commands=
    19     {envbindir}/unit2 discover []
    20     {envbindir}/sphinx-build -E -b doctest docs html
    21 deps =
    22     unittest2
    23     sphinx
    25 [testenv:py31]
    26 deps =
    27     unittest2py3k
    29 [testenv:py32]
    30 commands=
    31     {envbindir}/python -m unittest discover []
    32 deps =
    34 [testenv:py33]
    35 commands=
    36     {envbindir}/python -m unittest discover []
    37 deps =
    39 # note for jython. Execute in tests directory:
    40 # rm `find . -name '*$py.class'`

mercurial