summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée2020-03-03 16:06:22 +0100
committerAlex Bennée2020-03-04 10:57:33 +0100
commitc2e09ad8cdf4705a91eb6c20a9f3d4d90a0f46aa (patch)
tree3fce549a2658955b07d707d640a6d669784163cb /.travis.yml
parenttests/acceptance: bump avocado requirements to 76.0 (diff)
downloadqemu-c2e09ad8cdf4705a91eb6c20a9f3d4d90a0f46aa.tar.gz
qemu-c2e09ad8cdf4705a91eb6c20a9f3d4d90a0f46aa.tar.xz
qemu-c2e09ad8cdf4705a91eb6c20a9f3d4d90a0f46aa.zip
travis.yml: install python3 numpy and opencv libraries
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 <alex.bennee@linaro.org> Message-Id: <20200303150622.20133-10-alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 70a24bf2fc..b92798ac3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
@@ -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