Do not install requirements.txt in the CI job
it builds cython which takes way too much time
This commit is contained in:
parent
adbe62a057
commit
b76b2ebfc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue