Skip to content
Snippets Groups Projects
Commit 851a67b9 authored by Henke's avatar Henke
Browse files

Install virtualenv through pip instead

parent e4a80075
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,7 +2,8 @@ image: ubuntu ...@@ -2,7 +2,8 @@ image: ubuntu
before_script: before_script:
- apt-get -qq update -y && apt-get -qq upgrade -y - apt-get -qq update -y && apt-get -qq upgrade -y
- apt-get -qq install -y python3-virtualenv build-essential - apt-get -qq install -y build-essential
- pip install virtualenv
mytestrunner: mytestrunner:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment