mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Add a basic travis.yml file (Enable Travis CI)
This commit is contained in:
parent
fb69e8aa89
commit
6515d859d5
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue