Skip to content

Commit

Permalink
MNT: Re-rendered with conda-smithy 3.2.2 and pinning 2018.12.28
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Dec 29, 2018
1 parent 3dfb6c4 commit 227994f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 221 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ environment:
secure: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1

matrix:
- CONFIG: win_c_compilervs2008python2.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_c_compilervs2015python3.6
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

Expand Down
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ jobs:
strategy:
maxParallel: 8
matrix:
linux_c_compilergccpython2.7:
CONFIG: linux_c_compilergccpython2.7
linux_c_compilergccpython3.6:
CONFIG: linux_c_compilergccpython3.6
linux_c_compilergccpython3.7:
CONFIG: linux_c_compilergccpython3.7
linux_c_compilertoolchain_cpython2.7:
CONFIG: linux_c_compilertoolchain_cpython2.7
linux_c_compilertoolchain_cpython3.6:
CONFIG: linux_c_compilertoolchain_cpython3.6
linux_c_compilertoolchain_cpython3.7:
Expand Down
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ jobs:
strategy:
maxParallel: 8
matrix:
osx_c_compilerclangpython2.7:
CONFIG: osx_c_compilerclangpython2.7
osx_c_compilerclangpython3.6:
CONFIG: osx_c_compilerclangpython3.6
osx_c_compilerclangpython3.7:
CONFIG: osx_c_compilerclangpython3.7
osx_c_compilertoolchain_cpython2.7:
CONFIG: osx_c_compilertoolchain_cpython2.7
osx_c_compilertoolchain_cpython3.6:
CONFIG: osx_c_compilertoolchain_cpython3.6
osx_c_compilertoolchain_cpython3.7:
Expand Down
3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
strategy:
maxParallel: 4
matrix:
win_c_compilervs2008python2.7:
CONFIG: win_c_compilervs2008python2.7
CONDA_BLD_PATH: D:\\bld\\
win_c_compilervs2015python3.6:
CONFIG: win_c_compilervs2015python3.6
CONDA_BLD_PATH: D:\\bld\\
Expand Down
34 changes: 0 additions & 34 deletions .ci_support/linux_c_compilergccpython2.7.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .ci_support/linux_c_compilertoolchain_cpython2.7.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/osx_c_compilerclangpython2.7.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/osx_c_compilertoolchain_cpython2.7.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .ci_support/win_c_compilervs2008python2.7.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
version: 2

jobs:
build_linux_c_compilergccpython2.7:
working_directory: ~/test
machine: true
environment:
- CONFIG: "linux_c_compilergccpython2.7"
steps:
- checkout
- run:
name: Fast finish outdated PRs and merge PRs
command: |
./.circleci/fast_finish_ci_pr_build.sh
./.circleci/checkout_merge_commit.sh
- run:
command: docker pull condaforge/linux-anvil
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_c_compilergccpython3.6:
working_directory: ~/test
machine: true
Expand Down Expand Up @@ -52,23 +35,6 @@ jobs:
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_c_compilertoolchain_cpython2.7:
working_directory: ~/test
machine: true
environment:
- CONFIG: "linux_c_compilertoolchain_cpython2.7"
steps:
- checkout
- run:
name: Fast finish outdated PRs and merge PRs
command: |
./.circleci/fast_finish_ci_pr_build.sh
./.circleci/checkout_merge_commit.sh
- run:
command: docker pull condaforge/linux-anvil
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_c_compilertoolchain_cpython3.6:
working_directory: ~/test
machine: true
Expand Down Expand Up @@ -108,9 +74,7 @@ workflows:
version: 2
build_and_test:
jobs:
- build_linux_c_compilergccpython2.7
- build_linux_c_compilergccpython3.6
- build_linux_c_compilergccpython3.7
- build_linux_c_compilertoolchain_cpython2.7
- build_linux_c_compilertoolchain_cpython3.6
- build_linux_c_compilertoolchain_cpython3.7
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ osx_image: xcode9.4

env:
matrix:
- CONFIG=osx_c_compilerclangpython2.7
- CONFIG=osx_c_compilerclangpython3.6
- CONFIG=osx_c_compilerclangpython3.7
- CONFIG=osx_c_compilertoolchain_cpython2.7
- CONFIG=osx_c_compilertoolchain_cpython3.6
- CONFIG=osx_c_compilertoolchain_cpython3.7

Expand Down

0 comments on commit 227994f

Please sign in to comment.