summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-08-12 13:31:33 +0200
committerJürg Billeter <j@bitron.ch>2020-08-12 13:31:33 +0200
commit30d7e9ace1a2d2c60b9cbdc96f6a177b9f81d71d (patch)
tree8dc005429254ddbb1bdd6ae400726b79cef62afa /.gitlab-ci.yml
parent62dbb18e9a75060dd07b30fd9aeeea1dcc7d4051 (diff)
downloadbuildstream-30d7e9ace1a2d2c60b9cbdc96f6a177b9f81d71d.tar.gz
.gitlab-ci.yml: Replace py38 with py38-nocover in TOXENV
Coverage is still broken with Python 3.8 (#1173).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5fe3daff..864bff1d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ variables:
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"
TEST_COMMAND: "tox -- ${PYTEST_ARGS}"
- TOXENV: py36, py37, py38, py36-plugins, py37-plugins, py38-plugins
+ TOXENV: py36, py37, py38-nocover, py36-plugins, py37-plugins, py38-plugins-nocover
COVERAGE_PREFIX: "${CI_JOB_NAME}."