summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7575201..985269e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,5 +5,6 @@ test:
- 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