mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-08 05:41:49 +02:00
6 lines
115 B
YAML
6 lines
115 B
YAML
image: python:2.7
|
|
|
|
test:
|
|
script:
|
|
- pip install -r budget/requirements.txt
|
|
- cd budget && python tests.py
|