Skip to content
Snippets Groups Projects
Commit 5ee63686 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

Removed linux build for py2.7

Fixes #163
parent c58d2e7b
Branches
Tags
1 merge request!24Removed linux build for py2.7
Pipeline #24113 passed
...@@ -63,12 +63,6 @@ stages: ...@@ -63,12 +63,6 @@ stages:
key: "macosx-cache" key: "macosx-cache"
build_linux_27:
<<: *linux_build_job
variables:
PYTHON_VERSION: "2.7"
build_linux_36: build_linux_36:
<<: *linux_build_job <<: *linux_build_job
variables: variables:
...@@ -131,7 +125,6 @@ browser_linux_36: ...@@ -131,7 +125,6 @@ browser_linux_36:
script: script:
- ./_ci/deploy.sh - ./_ci/deploy.sh
dependencies: dependencies:
- build_linux_27
- build_linux_36 - build_linux_36
- build_macosx_36 - build_macosx_36
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment