mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Add a .gitlab-ci file in order to run continuous integration on gitlab
This commit is contained in:
parent
a79685798d
commit
f036224160
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
image: python:2.7
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- pip install -r budget/requirements.txt
|
||||||
|
- cd budget && python tests.py
|
Loading…
Reference in a new issue