mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
2b3b63ef27
Conflicts: sources/budget/static/css/datepicker.css sources/budget/static/js/jquery-1.7.2.min.js
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
|