summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-23 09:16:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-23 09:16:07 -0500
commitf9789d5ca9102775385dee93ad0c2e1876391033 (patch)
treef59eb5f7a63edfbf3c84c67c6ef494a1d9e9518d /ci
parentfe7a68bc00f14ca1fbd00417c5f92bf673ac5131 (diff)
downloadpython-coveragepy-git-f9789d5ca9102775385dee93ad0c2e1876391033.tar.gz
All tox work directories are under .tox
Diffstat (limited to 'ci')
-rwxr-xr-xci/manylinux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/manylinux.sh b/ci/manylinux.sh
index 05d17948..99ea598e 100755
--- a/ci/manylinux.sh
+++ b/ci/manylinux.sh
@@ -44,7 +44,7 @@ elif [[ $action == "test" ]]; then
shift
export COVERAGE_COVERAGE=yes
fi
- TOXWORKDIR=.tox_linux "$TOXBIN/tox" "$@" || true
+ TOXWORKDIR=.tox/linux "$TOXBIN/tox" "$@" || true
cd ~
else