diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..a5238caf --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +image: python:2.7 + +test: + script: + - pip install -r budget/requirements.txt + - cd budget && python tests.py