This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tpollard/python38 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 0b5ed7dbd862754e972657d4ffe4084fd3aa8593 Author: Tom Pollard <[email protected]> AuthorDate: Thu Dec 12 16:50:46 2019 +0000 Turn off coverage --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18121ef..a98726b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,8 @@ variables: DOCKER_IMAGE_VERSION: master-103717922 PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" - PYTEST_ARGS: "--color=yes --timeout=300 --integration -n 2" - TEST_COMMAND: "tox -- ${PYTEST_ARGS}" + PYTEST_ARGS: "--color=yes --timeout=300 --integration -n 2 tests/" + TEST_COMMAND: "tox -e py35-nocover,py36-nocover,py37-nocover,py38-nocover -- ${PYTEST_ARGS}" EXTERNAL_TESTS_COMMAND: "tox -e py35-external,py36-external,py37-external -- ${PYTEST_ARGS}" COVERAGE_PREFIX: "${CI_JOB_NAME}."
