initial woodpecker config.

woodpecker
Alain St-Denis 2024-01-09 11:09:28 -05:00
rodzic d2e0a56c98
commit fb6b41ded4
1 zmienionych plików z 13 dodań i 0 usunięć

13
.woodpecker.yml 100644
Wyświetl plik

@ -0,0 +1,13 @@
steps:
build:
image: python:3.10
commands:
python -V
pip install virtualenv
virtualenv venv
source venv/bin/activate
test:
commands:
pip install tox
tox