Compare commits
2 Commits
b6706cfd08
...
aa450738a0
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | aa450738a0 | |
Ferdinand Thiessen | 695122a031 |
|
@ -2,12 +2,14 @@ pipeline:
|
||||||
install:
|
install:
|
||||||
image: python:${PYTHON}-slim
|
image: python:${PYTHON}-slim
|
||||||
commands:
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install libmariadb-dev gcc -y
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install -v ".[tests]"
|
- pip install -v ".[tests]"
|
||||||
test:
|
test:
|
||||||
image: python:${PYTHON}-slim
|
image: python:${PYTHON}-slim
|
||||||
commands:
|
commands:
|
||||||
- pytest
|
- python -m pytest
|
||||||
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue