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

config8

parent 9c18292e
Pipeline #2002 failed with stage
in 4 seconds
...@@ -7,8 +7,11 @@ test_app: ...@@ -7,8 +7,11 @@ test_app:
before_script: before_script:
- python -V - python -V
- yum update
- yum install python3
- yum install -y virtualenv
- scl enable rh-python36 bash - scl enable rh-python36 bash
- pip install virtualenv - pythoin3 -m venv venv
- 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