From 1fa8caec19ec7f33aa00548d59436603ab863dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 3 Oct 2019 23:27:42 +0200 Subject: [PATCH] travis: force the use of python3.5 python3.5 is the oldest available one on bionic (though refpolicy requires only 3.4) Also print the python3 (not 2) version during build --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46a6f71c9..11eb6d3a6 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ # Derived from Nicolas Iooss: https://github.com/fishilico/selinux-refpolicy-patched/blob/travis-upstream/.travis.yml -language: generic +language: python +python: 3.5 matrix: fast_finish: true @@ -49,7 +50,7 @@ before_install: - bison -V - flex -V - swig -version - - python -V + - python3 -V install: - SELINUX_USERSPACE_VERSION=master