Do not install requirements.txt in the CI job

it builds cython which takes way too much time
This commit is contained in:
mathieui 2018-08-09 01:03:22 +02:00
parent adbe62a057
commit b76b2ebfc4
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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