From 7379c811580cd27e8695763ed5eb15746b133275 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 7 Nov 2019 19:26:29 -0500 Subject: Linux tests are runnable PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 --- ci/manylinux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/manylinux.sh b/ci/manylinux.sh index 57439898..31f3bed8 100755 --- a/ci/manylinux.sh +++ b/ci/manylinux.sh @@ -35,10 +35,11 @@ elif [[ $action == "test" ]]; then done # Install packages and test - TOXBIN=/opt/python/cp27-cp27m/bin - "$TOXBIN/pip" install -r /io/requirements/ci.pip + TOXBIN=/opt/python/cp36-cp36m/bin + "$TOXBIN/pip" install -r /io/requirements/tox.pip cd /io + export PYTHONPYCACHEPREFIX=/opt/pyc TOXWORKDIR=.tox_linux "$TOXBIN/tox" "$@" || true cd ~ -- cgit v1.2.1