Compare commits

..

No commits in common. "5f6672cf7941b9a30731284f56402666aa362761" and "dbf19dc697752eea46dbe58b81e690c37118df0b" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pipeline:
test:
group: test
group: poetry
image: python:${PYTHON_VERSION}
pull: true
environment:
@ -10,12 +10,12 @@ pipeline:
- poetry install
- poetry run pytest
nix:
group: test
group: nix
image: nixos/nix:latest
pull: true
commands:
- nix build --experimental-features 'nix-command flakes'
- nix build --experimental-features 'nix-command flakes' .#docker
- nix build
- nix build .#docker
matrix:
PYTHON_VERSION: