diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/manylinux.sh | 4 |
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 ~ |
