Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
6b2cefeb by lovetox at 2020-03-11T19:51:36+01:00
CI: Add pylint test
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -9,6 +9,13 @@ run-test:
stage: test
script:
- python3 -m unittest discover -v
+ - rm -rf civenv-nbxmpp
+ - virtualenv -p python3 --system-site-packages civenv-nbxmpp
+ - . ./civenv-nbxmpp/bin/activate
+ - pip3 install -I pylint==2.4.4
+ - python3 -m pylint nbxmpp
--disable=C0103,C0201,C0301,C0325,C0326,C0330,W0201,W0212,W0221,W0231,W0233,W0401,W0601,W0614,W0621,W0622,W1201,R0201,E1101,E1135
+ - deactivate
+ - rm -rf civenv-nbxmpp
run-build:
stage: build
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6b2cefebc8b325e00d1861be1260f270ddc8bb8c
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6b2cefebc8b325e00d1861be1260f270ddc8bb8c
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits