Skip to content
Snippets Groups Projects
Commit 855ded5e authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

python 3.6 is deprecated, removing testing it into centos7

parent ba146935
No related branches found
No related tags found
4 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!47Dev fastapi k8s fixing tests,!45Deploy app in kubernetes
......@@ -3,26 +3,6 @@ stages:
- test
- deploy
test-centos7:
needs: []
image: centos:centos7
stage: test
script:
- yum install -y epel-release wget
- yum install -y https://repo.ius.io/ius-release-el7.rpm
- yum update -y
- yum provides python3.6
- yum install -y python36u python36u-libs python36u-devel python36u-pip
- yum install -y blas-devel lapack-devel
- pip3.6 install --user pip
- python3.6 -m pip install virtualenv
- virtualenv -p python3.6 venv
- . venv/bin/activate
- yum install -y git
- pip3.6 install -r requirements.txt
- yum install -y httpd httpd-devel gcc
- pip3.6 install mod_wsgi
- python3.6 setup.py test
.test-python:
needs: []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment