Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Python 3.6 on CI #114

Merged
merged 1 commit into from May 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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