Skip to content

Commit

Permalink
MNT: Re-rendered with conda-smithy 3.1.6 and pinning 2018.07.01
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin authored and hmaarrfk committed Aug 6, 2018
1 parent 0f6de42 commit a21530d
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ environment:
secure: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1

matrix:
- CONFIG: win_python2.7
- CONFIG: win_c_compilervs2008cxx_compilervs2008python2.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_python3.5
- CONFIG: win_c_compilervs2015cxx_compilervs2015python3.5
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_python3.6
- CONFIG: win_c_compilervs2015cxx_compilervs2015python3.6
CONDA_INSTALL_LOCN: C:\Miniconda36-x64


Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_compiler:
- toolchain_c
cxx_compiler:
- toolchain_cxx
pin_run_as_build:
python:
min_pin: x.x
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_python3.5.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_compiler:
- toolchain_c
cxx_compiler:
- toolchain_cxx
pin_run_as_build:
python:
min_pin: x.x
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_compiler:
- toolchain_c
cxx_compiler:
- toolchain_cxx
pin_run_as_build:
python:
min_pin: x.x
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- toolchain_c
cxx_compiler:
- toolchain_cxx
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_python3.5.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- toolchain_c
cxx_compiler:
- toolchain_cxx
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- toolchain_c
cxx_compiler:
- toolchain_cxx
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
Expand Down
14 changes: 14 additions & 0 deletions .ci_support/win_c_compilervs2008cxx_compilervs2008python2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2008
cxx_compiler:
- vs2008
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
zip_keys:
- - python
- c_compiler
- cxx_compiler
14 changes: 14 additions & 0 deletions .ci_support/win_c_compilervs2015cxx_compilervs2015python3.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2015
cxx_compiler:
- vs2015
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.5'
zip_keys:
- - python
- c_compiler
- cxx_compiler
14 changes: 14 additions & 0 deletions .ci_support/win_c_compilervs2015cxx_compilervs2015python3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2015
cxx_compiler:
- vs2015
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
zip_keys:
- - python
- c_compiler
- cxx_compiler
6 changes: 0 additions & 6 deletions .ci_support/win_python2.7.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .ci_support/win_python3.5.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .ci_support/win_python3.6.yaml

This file was deleted.

0 comments on commit a21530d

Please sign in to comment.