Commit 9f6684f7 authored by Bengt Lüers's avatar Bengt Lüers

Use more readable version printing parameter

parent f34d4f07
......@@ -23,7 +23,7 @@ cache:
- venv/
before_script:
- python -V # Print out python version for debugging
- python --version # For debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
......
Markdown is supported
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