feat:init ci

This commit is contained in:
Alan Alexander Thomas 2022-08-19 19:17:09 +05:30
parent 51ff9787d9
commit 98e644dae2
1 changed files with 7 additions and 0 deletions

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