summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-01 16:47:02 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-01 16:47:02 +0000
commita430a1dd509ae1a606a1de5a50739b4a3c6a0a1a (patch)
tree4cb350cc4cd914df267c1cce7bd84c4585a4acfc /tools
parenta1f95028652b69f0fefb13b2601b5621d6c550e6 (diff)
ci-build: Export PYTHON to make sure we get exactly that version
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 62ca7d4..8a91b54 100755
--- a/tools/ci-build.sh
+++ b/tools/ci-build.sh
@@ -42,7 +42,7 @@ if [ -n "$TRAVIS" ] && [ -n "$dbus_ci_system_python" ]; then
unset PYTHON_CONFIGURE_OPTS
unset VIRTUAL_ENV
export PATH=/usr/bin:/bin
- PYTHON="$(command -v "$dbus_ci_system_python")"
+ export PYTHON="$(command -v "$dbus_ci_system_python")"
elif [ -n "$TRAVIS_PYTHON_VERSION" ]; then
# Possibly in a virtualenv
dbus_ci_bindir="$(python -c 'import sys; print(sys.prefix)')"/bin