update woodpecker config.

woodpecker
Alain St-Denis 2024-01-09 11:11:43 -05:00
rodzic fb6b41ded4
commit 9ce9b441cd
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

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