Hello Woodpecker

This commit is contained in:
Julien Palard 2023-03-28 16:09:43 +02:00
parent 302204b787
commit 3d9b35ca8b
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 8 additions and 0 deletions

8
.woodpecker.yml Normal file
View File

@ -0,0 +1,8 @@
---
pipeline:
test:
image: python
commands:
- python3 -m pip install tox
- tox run