summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-09 01:03:22 +0200
committermathieui <mathieui@mathieui.net>2018-08-09 01:03:22 +0200
commitb76b2ebfc401220f3ae6ae581933c5cb66949e17 (patch)
treec587a90be850d65d19da3c300c25f846e542373f
parentadbe62a05739080ef7adf0ba1114653c906f820e (diff)
downloadpoezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.tar.gz
poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.tar.bz2
poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.tar.xz
poezio-b76b2ebfc401220f3ae6ae581933c5cb66949e17.zip
Do not install requirements.txt in the CI job
it builds cython which takes way too much time
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75d09c96..905edb44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,7 +94,7 @@ pylint-plugins:
script:
- apt-get update && apt-get install -y libidn11-dev
- pip3 install pylint pyasn1-modules cffi --upgrade
- - pip3 install -r requirements.txt
+ - pip3 install -e git+git://git.louiz.org/slixmpp#egg=slixmpp
- pip3 install -r requirements-plugins.txt
- python3 setup.py install
- pylint -E plugins