mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 11:41:50 +02:00
7 lines
179 B
YAML
7 lines
179 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# command to install dependencies
|
|
install: "pip install -r budget/requirements.txt"
|
|
# command to run tests
|
|
script: cd budget && python tests.py
|