mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-05-03 20:12:38 +02:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m venv .venv && source .venv/bin/activate
|
|
pip install pytest
|
|
pytest
|