a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
a749e42188
commit
3e73e249b2
|
@ -1,12 +1,20 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
install:
|
install:
|
||||||
image: python:alpine
|
image: python:${TAG}-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add mariadb-dev
|
- apk add mariadb-dev
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install -vvvv "Pillow>=8.4.0"
|
- pip install -vvvv "Pillow>=8.4.0"
|
||||||
- pip install ".[tests]"
|
- pip install ".[tests]"
|
||||||
test:
|
test:
|
||||||
image: python:alpine
|
image: python:${TAG}-alpine
|
||||||
commands:
|
commands:
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
TAG:
|
||||||
|
- 3.10
|
||||||
|
- 3.9
|
||||||
|
- 3.8
|
||||||
|
- 3.7
|
||||||
|
|
Loading…
Reference in New Issue