diff mbox series

[RFC,3/6] travis.yml: Fix 'GCC check-acceptance' job on Ubuntu Bionic

Message ID 20200217201609.788825-4-wainersm@redhat.com (mailing list archive)
State New, archived
Headers show
Series Travis: Change default environment to Ubuntu Bionic | expand

Commit Message

Wainer dos Santos Moschetta Feb. 17, 2020, 8:16 p.m. UTC
Ubuntu Bionic does not provide python3.5-venv and then
the 'GCC check-acceptance' job was changed to use python3.6-venv.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 232f84d196..4089e9672a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -323,7 +323,7 @@  matrix:
           packages:
             - python3-pil
             - python3-pip
-            - python3.5-venv
+            - python3.6-venv
             - rpm2cpio
             - tesseract-ocr
             - tesseract-ocr-eng