summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-03-17 16:03:38 +0100
committerMatěj Cepl <mcepl@cepl.eu>2016-03-17 16:11:12 +0100
commit6e7ed4efd2ffa79125233046c0a1f9d4f04fd931 (patch)
tree72663793bf04fc1e4812cea2b13840a95c57c594 /.gitlab-ci.yml
parent57a9bbd0f2b66fec29d58512919b16271f170af9 (diff)
downloadm2crypto-6e7ed4efd2ffa79125233046c0a1f9d4f04fd931.tar.gz
Add twisted dependency
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