Skip to content
Snippets Groups Projects
Commit 9d65e266 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch 'fix_py27_builds' into 'master'

Removed linux build for py2.7

Closes #163

See merge request !24
parents c58d2e7b 5ee63686
No related branches found
No related tags found
1 merge request!24Removed linux build for py2.7
Pipeline #24163 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.
Finish editing this message first!
Please register or to comment