Commit 2f109317 authored by Syed Bilal Raees's avatar Syed Bilal Raees

venv

parent 73582813
Pipeline #2019 failed
......@@ -7,8 +7,11 @@ test_app:
before_script:
- python3 -V
-ls -ltr
-pwd
- /usr/bin/easy_install virtualenv
- python3 -m venv venv
- python3 -m venv python3-virtualenv
- virtualenv env
- source env/bin/activate
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