~smoser/simplestreams/trunk.verbose-tox

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Scott Moser
  • Date: 2016-11-28 15:15:22 UTC
  • Revision ID: smoser@ubuntu.com-20161128151522-senddgs1a7vgime7
Attempt diagnosis of c-i hang by running nose with -v.

C-i is hanging on tox runs.  Once today [1] and once 
https://jenkins.ubuntu.com/server/view/
    Simplestreams/job/simplestreams-tot/13/nodes=amd64/console

and once last week on ppc64
    Simplestreams/job/simplestreams-tot/12/nodes=ppc64el/console

Trying to figure out what test is hanging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    {toxinidir}/tools/sign-examples
10
10
    {envpython} -m nose {posargs:--with-coverage --cover-erase \
11
11
        --cover-branches --cover-package=simplestreams --cover-inclusive \
12
 
        tests} 
 
12
        -v tests}
13
13
deps =
14
14
    coverage
15
15
    mock