aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 42ee908cecd18f4fd80a89677b826a814c0351b3 (plain)
1
2
3
4
5
6
7
8
9
10
image: python:3.3

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

unittest:
  script:
    - python3 -m unittest discover tests