From da29f264069f58cba19d87e9f39e85aec5c475ff Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Wed, 15 May 2019 08:56:43 +0200 Subject: [PATCH] Use Python 3.6 on CI --- cico_run_pydoc.sh | 2 +- cico_run_pylint.sh | 2 +- cico_run_tests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cico_run_pydoc.sh b/cico_run_pydoc.sh index a340c60..c88e810 100755 --- a/cico_run_pydoc.sh +++ b/cico_run_pydoc.sh @@ -5,7 +5,7 @@ set -ex prep() { yum -y update yum -y install epel-release - yum -y install python34 python34-virtualenv which + yum -y install python36 python36-virtualenv which } prep diff --git a/cico_run_pylint.sh b/cico_run_pylint.sh index 51b9666..79bbeaa 100755 --- a/cico_run_pylint.sh +++ b/cico_run_pylint.sh @@ -5,7 +5,7 @@ set -ex prep() { yum -y update yum -y install epel-release - yum -y install python34 python34-virtualenv which + yum -y install python36 python36-virtualenv which } # this script is copied by CI, we don't need it diff --git a/cico_run_tests.sh b/cico_run_tests.sh index 97ff738..70bfca3 100755 --- a/cico_run_tests.sh +++ b/cico_run_tests.sh @@ -5,7 +5,7 @@ set -ex prep() { yum -y update yum -y install epel-release - yum -y install python34 python34-virtualenv which libarchive + yum -y install python36 python36-virtualenv which libarchive yum -y install gcc git }