aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2021-11-18 17:35:01 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2021-11-18 17:35:01 +0100
commitdd386697036f54f6663f8e9d9dfa215e67643d66 (patch)
tree274d481cd9931601523b6b24b43aa257df2be500 /.travis.yml
parentd80cf54e10cc0b2e76e86d7b23a2bcc35cd5fe06 (diff)
downloadmbedtls-dd386697036f54f6663f8e9d9dfa215e67643d66.zip
mbedtls-dd386697036f54f6663f8e9d9dfa215e67643d66.tar.gz
mbedtls-dd386697036f54f6663f8e9d9dfa215e67643d66.tar.bz2
Reconcile python interpreter names
Our shebangs use `python3`, which is the desired name on Linux (where `python` is still Python 2). But on Windows, Choco's Python only provides a `python3.exe` executable. Our build scripts deal with this, but we need to cope when invoking a Python script from Travis itself. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08d7dfb..cdb68ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,7 @@ jobs:
env:
# Add the directory where the Choco packages go
- PATH=/c/Python35:/c/Python35/Scripts:$PATH
+ - PYTHON=python.exe
script:
- type perl; perl --version
- type python; python --version
@@ -56,7 +57,7 @@ env:
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
install:
- - scripts/min_requirements.py
+ - $PYTHON scripts/min_requirements.py
addons:
apt: