This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, vstinner
Date 2018-11-14.01:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542158504.87.0.788709270274.issue35240@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of .travis.yml:

    $XVFB_RUN make buildbottest TESTOPTS="-j4 -uall,-cpu"
    if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
      $XVFB_RUN make PYTHON=../python SPHINXOPTS="-q -W -j4" -C Doc/ venv doctest
    fi

I'm not sure what is xvfb, nor why it's needed to run doctests...
History
Date User Action Args
2018-11-14 01:21:44vstinnersetrecipients: + vstinner, pablogsal
2018-11-14 01:21:44vstinnersetmessageid: <1542158504.87.0.788709270274.issue35240@psf.upfronthosting.co.za>
2018-11-14 01:21:44vstinnerlinkissue35240 messages
2018-11-14 01:21:44vstinnercreate