Skip to content

Commit

Permalink
Merge pull request #114 from tisnik/fix-issue-108
Browse files Browse the repository at this point in the history
Use Python 3.6 on CI
  • Loading branch information
tisnik committed May 15, 2019
2 parents d624840 + da29f26 commit fde2374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cico_run_pydoc.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cico_run_pylint.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cico_run_tests.sh
Expand Up @@ -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
}

Expand Down

0 comments on commit fde2374

Please sign in to comment.