6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# pyenv install --skip-existing && pyenv shell
|
|
poetry install && poetry run pytest
|