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

remove debug statements for test step

problem identified for python3.4 install



Former-commit-id: 5babd84ddfa0dc7b2845becc5d8db54f608aaac6
parent 5ed98516
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,6 @@ test-centos7:
- yum install -y gcc-c++
- cd ippisite
- 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment