Philipp Hörist pushed to branch master at gajim / gajim


Commits:
91b7f4f7 by Philipp Hörist at 2020-01-15T22:55:46+01:00
CI: Reinstall python packages

Reinstall python packages inside the virtualenv to have more control on versions

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -10,12 +10,12 @@ 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 git+https://dev.gajim.org/gajim/python-nbxmpp.git@master 
--upgrade
-    - pip3 install pylint==2.4.4
-    - /home/gitlab-runner/.local/bin/mypy gajim
+    - pip3 install -I mypy
+    - pip3 install -I git+https://dev.gajim.org/gajim/python-nbxmpp.git@master
+    - pip3 install -I pylint==2.4.4
+    - mypy gajim
     - scripts/dev/pylint-ci.sh --jobs=2 gajim
     - python3 setup.py test -s test.no_gui
     - deactivate



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/91b7f4f7b460a58446db9b9fa467d2c827f3b9f6

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/91b7f4f7b460a58446db9b9fa467d2c827f3b9f6
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