Github user tliron commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/183#discussion_r126884604 --- Diff: .travis.yml --- @@ -23,11 +23,12 @@ env: - TOX_ENV=py26e2e - TOX_ENV=py27ssh - TOX_ENV=py26ssh +- TOX_ENV=docs install: - pip install --upgrade pip - pip install --upgrade setuptools - pip install tox script: - pip --version - tox --version - - tox -e $TOX_ENV + - PYTEST_PROCESSES=1 tox -e $TOX_ENV --- End diff -- -1, because actually the name of the xdist argument is `--numprocesses`. Actually, it makes sense: the way xdist works is exactly by creating boxed subprocesses.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---