This commit is contained in:
Alexandre Avenel 2017-04-18 15:38:42 +00:00 committed by GitHub
commit 8482261826

6
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,6 @@
image: python:2.7
test:
script:
- pip install -r budget/requirements.txt
- cd budget && python tests.py