aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Elliott <paul.elliott@arm.com>2023-09-23 20:39:02 +0100
committerPaul Elliott <paul.elliott@arm.com>2023-09-26 16:06:48 +0100
commitd2dbd772a18cecb2f09ee468afc1424725a9b9d9 (patch)
treef04d0b427c8259b38e3df08233a7a080d9432c39
parentd472a8fa5d209726f2bb2bf890573587ce3ef28e (diff)
downloadmbedtls-d2dbd772a18cecb2f09ee468afc1424725a9b9d9.zip
mbedtls-d2dbd772a18cecb2f09ee468afc1424725a9b9d9.tar.gz
mbedtls-d2dbd772a18cecb2f09ee468afc1424725a9b9d9.tar.bz2
Re-add python install of requirements to Travis CI.
Also correct 'distro to 'dist' and update ubuntu to jammy and python to 3.10 to attempt to fend off future issues. Too much got removed when disabling travis and the Coverity scan build was failing on 'make generated-files', due to lack of installed python dependencies. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d020394..3b4132e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
# Declare python as our language. This way we get our chosen Python version,
# and pip is available. Gcc and clang are available anyway.
-distro: xenial
+dist: jammy
os: linux
language: python
-python: 3.5
+python: 3.10
cache: ccache
@@ -11,6 +11,9 @@ branches:
only:
coverity_scan
+install:
+ - $PYTHON scripts/min_requirements.py
+
env:
global:
- SEED=1