Skip to content
Snippets Groups Projects
Commit 263ec28d authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

more debug for python3 version testing

Former-commit-id: 1523ecf3a4e9421cc6addf7127b703c7c891b04a
parent ff74f023
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ test-centos7:
- pip3 install -r requirements.txt
- pip3 -V #test pip3 version
- python3 -V # test python3 version
- python3 -c "import sys; print(sys.version_info);print(sys.version_info < (3, 5))" #print python version
- python3 manage.py test
deploy-webserver:
stage: deploy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment