aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 25eafaf6d1201fafd0b63a152088321f0146dae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: python:3.3

before_script:
  - python3 -v
  - which python
  - pip3 install psycopg2

unittest:
  script:
    - python3 -m unittest discover tests

install:
  script:
    - python3 setup.py install
    - prometheus-pgbouncer-exporter --version