mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-07 01:26:39 +03:00
Merge pull request #8253 from paul-elliott-arm/fix_travis_coverity_build
Re-add python install of requirements to Travis CI
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Declare python as our language. This way we get our chosen Python version,
|
# Declare python as our language. This way we get our chosen Python version,
|
||||||
# and pip is available. Gcc and clang are available anyway.
|
# and pip is available. Gcc and clang are available anyway.
|
||||||
distro: xenial
|
dist: jammy
|
||||||
os: linux
|
os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.10
|
||||||
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
@@ -11,6 +11,9 @@ branches:
|
|||||||
only:
|
only:
|
||||||
coverity_scan
|
coverity_scan
|
||||||
|
|
||||||
|
install:
|
||||||
|
- $PYTHON scripts/min_requirements.py
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- SEED=1
|
- SEED=1
|
||||||
|
Reference in New Issue
Block a user