image: python:3.3 before_script: - python3 -v - which python - pip3 install psycopg2 stages: - unittest - integration unittest: stage: unittest script: - python3 -m unittest discover tests install: stage: integration script: - python3 setup.py install