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

Change to py3

parent b2435b09
Branches
Tags
No related merge requests found
Pipeline #
...@@ -2,7 +2,7 @@ image: ubuntu ...@@ -2,7 +2,7 @@ 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 python-pip python-dev build-essential - apt-get -qq install -y python3-pip python3-dev build-essential
- pip install --upgrade pip - pip install --upgrade pip
- pip install virtualenv - pip install virtualenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment