Commit 63f0c145 authored by Syed Bilal Raees's avatar Syed Bilal Raees

pip config2

parent f70c9ff4
Pipeline #1995 failed
...@@ -4,10 +4,10 @@ stages: ...@@ -4,10 +4,10 @@ stages:
test_app: test_app:
image: python:latest image: python:latest
stage: build stage: build
before_script: # before_script:
- python -V # - python -V
- scl enable rh-python36 bash # - scl enable rh-python36 bash
- pip install virtualenv # - pip install virtualenv
- virtualenv env - virtualenv env
- source env/bin/activate - source env/bin/activate
script: script:
......
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