8 lines
203 B
YAML
8 lines
203 B
YAML
pipeline:
|
|
test:
|
|
image: fnndsc/python-poetry
|
|
commands:
|
|
- mv tests/key.pem data/key.pem
|
|
- mv tests/test.toml data/config.toml
|
|
- poetry install --with dev
|
|
- poetry run pytest -vvv
|