feat:init ci

This commit is contained in:
Alan Alexander Thomas 2022-08-19 19:17:09 +05:30
parent 51ff9787d9
commit 98e644dae2

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
backend:
image: python
commands:
- pip install virtualenv
- virtualenv venv
- . ./venv/bin/activate && pip install -r requirements.txt