mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 12:11:50 +02:00
7 lines
No EOL
118 B
YAML
7 lines
No EOL
118 B
YAML
language: python
|
|
python:
|
|
- "3.8"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python your_test_script.py |