diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-04-08 15:26:49 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-04-08 16:44:07 +0100 |
commit | 77e56deffcf685ca5d0a264059f0c326e53e99af (patch) | |
tree | 0f126e96ebb03160f8d6152950d6e12afce1ca0e | |
parent | Update tox.ini to remove py35 (diff) | |
download | synapse-77e56deffcf685ca5d0a264059f0c326e53e99af.tar.xz |
update test_old_deps script
-rwxr-xr-x | .buildkite/scripts/test_old_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/scripts/test_old_deps.sh b/.buildkite/scripts/test_old_deps.sh index 3753f41a40..9270d55f04 100755 --- a/.buildkite/scripts/test_old_deps.sh +++ b/.buildkite/scripts/test_old_deps.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# this script is run by buildkite in a plain `xenial` container; it installs the +# this script is run by buildkite in a plain `bionic` container; it installs the # minimal requirements for tox and hands over to the py3-old tox environment. set -ex |