Compare commits

...

1 Commits

Author SHA1 Message Date
b37c3ad74a
Hello woodpecker. 2023-07-19 10:48:25 +02:00

8
.woodpecker.yml Normal file
View File

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