Skip to content

Commit

Permalink
.gitlab-ci.yml: Replace py38 with py38-nocover in TOXENV
Browse files Browse the repository at this point in the history
Coverage is still broken with Python 3.8 (#1173).
  • Loading branch information
juergbi committed Aug 12, 2020
1 parent 62dbb18 commit 30d7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}."


Expand Down

0 comments on commit 30d7e9a

Please sign in to comment.