Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim


Commits:
81dee69b by Philipp Hörist at 2020-01-15T22:48:52+01:00
CI: Reinstall mypy and pylint

We dont want to use the global installed versions because its hard
to control what version is installed there

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -10,11 +10,11 @@ run-tests:
   stage: test
   script:
     - rm -rf civenv-master
-    - virtualenv --system-site-packages civenv
+    - virtualenv -p python3 --system-site-packages civenv
     - . ./civenv/bin/activate
-    - pip3 install mypy
+    - pip3 install -I mypy
     - pip3 install -I nbxmpp==0.6.10
-    - pip3 install pylint==2.1.1
+    - pip3 install -I pylint==2.1.1
     - mypy gajim
     - scripts/dev/pylint-ci.sh --jobs=2 gajim
     - python3 setup.py test -s test.no_gui



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/81dee69ba9878744a9c8cd14b6c50dbdbca7ee2a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/81dee69ba9878744a9c8cd14b6c50dbdbca7ee2a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to