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

[ci] Disable Python 2

parent f5dc2b93
No related branches found
No related tags found
1 merge request!19Disable Python 2
......@@ -62,12 +62,6 @@ stages:
key: "macosx-cache"
build_linux_27:
<<: *linux_build_job
variables:
PYTHON_VERSION: "2.7"
build_linux_36:
<<: *linux_build_job
variables:
......@@ -82,12 +76,6 @@ build_linux_36:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27:
<<: *macosx_build_job
variables:
PYTHON_VERSION: "2.7"
build_macosx_36:
<<: *macosx_build_job
variables:
......@@ -102,9 +90,7 @@ build_macosx_36:
script:
- ./_ci/deploy.sh
dependencies:
- build_linux_27
- build_linux_36
- build_macosx_27
- build_macosx_36
tags:
- deployer
......
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