From aa2fe082aeadbfb29f2e5180d1074dcd24ce88d7 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 22 Jan 2021 10:31:34 +0000 Subject: Allow testing old deps with postgres --- .buildkite/scripts/setup_old_deps.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .buildkite/scripts/setup_old_deps.sh (limited to '.buildkite/scripts/setup_old_deps.sh') diff --git a/.buildkite/scripts/setup_old_deps.sh b/.buildkite/scripts/setup_old_deps.sh new file mode 100755 index 0000000000..0f0836587b --- /dev/null +++ b/.buildkite/scripts/setup_old_deps.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# this script is run by buildkite in a plain `xenial` container; it installs the +# minimal requirements for tox and hands over to the py35-old tox environment. + +set -ex + +apt-get update +apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox + +export LANG="C.UTF-8" -- cgit 1.5.1