Commit 9c18292e authored by Syed Bilal Raees's avatar Syed Bilal Raees

pip config7

parent 07e77b3f
Pipeline #2001 failed with stage
in 5 seconds
...@@ -2,11 +2,15 @@ stages: ...@@ -2,11 +2,15 @@ stages:
- build - build
test_app: test_app:
image: python:latest image: python:3.6
stage: build stage: build
before_script: before_script:
- python -V - python -V
- pip install --upgrade pip - scl enable rh-python36 bash
- pip install virtualenv
- virtualenv env
- source env/bin/activate
script: script:
- pip install Flask - pip install Flask
- python hello.py - python hello.py
......
Markdown is supported
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