forked from mystiq/sso
feat & fix: mv env setup to make
This commit is contained in:
parent
1a1e30ba27
commit
49520b554f
2 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,4 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- pip install virtualenv
|
- pip install virtualenv
|
||||||
- virtualenv venv
|
- virtualenv venv
|
||||||
- . ./venv/bin/activate && pip install -r requirements.txt
|
- make env
|
||||||
|
|
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
env:
|
||||||
|
. ./venv/bin/activate && pip install -r requirements.txt
|
Loading…
Reference in a new issue