Skip to content
Snippets Groups Projects
Commit 38db07fd authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Do deployment using python 2.7

parent e70d405d
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,14 @@ wheels_linux_27: ...@@ -128,6 +128,14 @@ wheels_linux_27:
tags: tags:
- conda-linux - conda-linux
deploy_linux_27:
<<: *deploy_job
variables: *linux_27_build_variables
dependencies:
- build_linux_27
tags:
- conda-linux
# Linux + Python 3.4: Builds and tests # Linux + Python 3.4: Builds and tests
build_linux_34: build_linux_34:
...@@ -186,14 +194,6 @@ docs_linux_35: ...@@ -186,14 +194,6 @@ docs_linux_35:
tags: tags:
- conda-linux - conda-linux
deploy_linux_35:
<<: *deploy_job
variables: *linux_35_build_variables
dependencies:
- build_linux_35
tags:
- conda-linux
# Mac OSX + Python 2.7: Builds and tests # Mac OSX + Python 2.7: Builds and tests
build_macosx_27: build_macosx_27:
......
...@@ -129,6 +129,14 @@ wheels_linux_27: ...@@ -129,6 +129,14 @@ wheels_linux_27:
tags: tags:
- conda-linux - conda-linux
deploy_linux_27:
<<: *deploy_job
variables: *linux_27_build_variables
dependencies:
- build_linux_27
tags:
- conda-linux
# Linux + Python 3.4: Builds and tests # Linux + Python 3.4: Builds and tests
build_linux_34: build_linux_34:
...@@ -181,14 +189,6 @@ docs_linux_35: ...@@ -181,14 +189,6 @@ docs_linux_35:
tags: tags:
- conda-linux - conda-linux
deploy_linux_35:
<<: *deploy_job
variables: *linux_35_build_variables
dependencies:
- build_linux_35
tags:
- conda-linux
# Mac OSX + Python 2.7: Builds and tests # Mac OSX + Python 2.7: Builds and tests
build_macosx_27: build_macosx_27:
......
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