ihatemoney/.gitlab-ci.yml

6 lines
115 B
YAML

image: python:2.7
test:
script:
- pip install -r budget/requirements.txt
- cd budget && python tests.py