summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/manylinux.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/manylinux.sh b/ci/manylinux.sh
index 31f3bed8..05d17948 100755
--- a/ci/manylinux.sh
+++ b/ci/manylinux.sh
@@ -40,6 +40,10 @@ elif [[ $action == "test" ]]; then
cd /io
export PYTHONPYCACHEPREFIX=/opt/pyc
+ if [[ $1 == "meta" ]]; then
+ shift
+ export COVERAGE_COVERAGE=yes
+ fi
TOXWORKDIR=.tox_linux "$TOXBIN/tox" "$@" || true
cd ~