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

For branches, only run Python 2.7 and 3.5

parent 4e5cd6ff
No related branches found
No related tags found
1 merge request!3Missing pkgs
......@@ -87,6 +87,8 @@ core_build_linux_34:
<<: *core_build_job
variables: &core_build_linux_34_variables
PYTHON_VERSION: "3.4"
only:
- master
tags:
- conda-linux
......@@ -102,6 +104,8 @@ extra_build_linux_34:
variables: *core_build_linux_34_variables
dependencies:
- core_build_linux_34
only:
- master
tags:
- conda-linux
......@@ -180,6 +184,8 @@ core_build_macosx_34:
<<: *core_build_job
variables: &core_build_macosx_34_variables
PYTHON_VERSION: "3.4"
only:
- master
tags:
- conda-macosx
......@@ -195,6 +201,8 @@ extra_build_macosx_34:
variables: *core_build_macosx_34_variables
dependencies:
- core_build_macosx_34
only:
- master
tags:
- conda-macosx
......
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