Skip to content
Snippets Groups Projects
Unverified Commit 23a698f5 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Disable coverage calculation for olddeps build. (#11888)

We disabled coverage calculation for most of CI in #11017, but the olddeps
build uses a separate script and got forgotten.
parent f510fba4
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ export LANG="C.UTF-8"
# Prevent virtualenv from auto-updating pip to an incompatible version
export VIRTUALENV_NO_DOWNLOAD=1
exec tox -e py3-old,combine
exec tox -e py3-old
Disable coverage calculation for olddeps build.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment