diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a982210 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: python:2.7 + +before_script: + #- apt-get update -qq && apt-get install -y -qq python python-pip + - python --version + - pip install -r requirements.txt + +types: + - test + +job_test: + type: test + script: + - make test