summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 9cc6290ffea302cc6d52197adb294ef36abd81df (plain)
1
2
3
4
5
6
7
8
image: python:2.7

test:
  script:
    - apt-get update -q -y
    - apt-get install -y swig libssl-dev libssl1.0.0
    - python setup.py build
    - python setup.py test