Skip to content

Commit

Permalink
travis.yml: install python3 numpy and opencv libraries
Browse files Browse the repository at this point in the history
These are used for the acceptance framebuffer tests to count Tux. As
we need slightly newer python3 for opencv we bump up to bionic.

Signed-off-by: Alex Bennée <[email protected]>

Message-Id: <[email protected]>
  • Loading branch information
stsquad committed Mar 4, 2020
1 parent 0b245ec commit c2e09ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ jobs:

# Acceptance (Functional) tests
- name: "GCC check-acceptance"
dist: bionic
env:
- CONFIG="--target-list=aarch64-softmmu,alpha-softmmu,arm-softmmu,m68k-softmmu,microblaze-softmmu,mips-softmmu,mips64el-softmmu,nios2-softmmu,or1k-softmmu,ppc-softmmu,ppc64-softmmu,s390x-softmmu,sparc-softmmu,x86_64-softmmu,xtensa-softmmu"
- TEST_CMD="make check-acceptance"
Expand All @@ -323,7 +324,9 @@ jobs:
packages:
- python3-pil
- python3-pip
- python3.5-venv
- python3-numpy
- python3-opencv
- python3-venv
- rpm2cpio
- tesseract-ocr
- tesseract-ocr-eng
Expand Down

0 comments on commit c2e09ad

Please sign in to comment.