Skip to content

Commit

Permalink
Merge pull request #8254 from paul-elliott-arm/fix_travis_coverity_bu…
Browse files Browse the repository at this point in the history
…ild_2_28

[Backport 2.28] Re-add python install of requirements to Travis CI.
  • Loading branch information
daverodgman authored Sep 26, 2023
2 parents 7a8ec0f + 13481f0 commit dce82cd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
distro: xenial
# Declare python as our language. This way we get our chosen Python version,
# and pip is available. Gcc and clang are available anyway.
dist: jammy
os: linux
language: c
compiler: gcc
language: python
python: 3.10

cache: ccache

branches:
only:
coverity_scan

install:
- $PYTHON scripts/min_requirements.py

env:
global:
- SEED=1
Expand Down

0 comments on commit dce82cd

Please sign in to comment.