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

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