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

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