python/mock-1.0.0/tox.ini

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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