before_script: - apt-get update - apt-get install -q -y locales-all python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev python-pyexiv2 python-gdal - pip install -q -r requirements.txt - cp Makefile.example Makefile - cp chimere_example_project/local_settings.py.gitlab-ci chimere_example_project/local_settings.py variables: POSTGRES_DB: gis POSTGRES_USER: gis POSTGRES_PASSWORD: "gis" services: - iggdrasil/postgis-1.5 master: script: "make test_gitlab" only: - v2.9 tags: - wheezy