Skip to content
Snippets Groups Projects
Commit 62336db2 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update .gitlab-ci.yml to python 3.6

parent d2de5307
No related branches found
No related tags found
No related merge requests found
Pipeline #62794 passed
...@@ -4,11 +4,11 @@ pages: ...@@ -4,11 +4,11 @@ pages:
- yum install -y epel-release wget - yum install -y epel-release wget
- wget https://repo.ius.io/ius-release-el7.rpm - wget https://repo.ius.io/ius-release-el7.rpm
- rpm -Uvh ius-release-*.rpm - rpm -Uvh ius-release-*.rpm
- yum provides python3.5 - yum provides python3.6
- yum install -y python35u python35u-libs python35u-devel python35u-pip - yum install -y python36u python36u-libs python36u-devel python36u-pip
- pip3.5 install -U pip - pip3.6 install -U pip
- pip3.5 install virtualenv - pip3.6 install virtualenv
- virtualenv -p python3.5 venv - virtualenv -p python3.6 venv
- . venv/bin/activate - . venv/bin/activate
- pip3 install sphinx - pip3 install sphinx
- yum install -y make - yum install -y make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment