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 <waine...@redhat.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.24.1