Skip to content

Commit

Permalink
MNT: Re-rendered with conda-smithy 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Feb 13, 2017
1 parent d2192f0 commit eda178f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -9,9 +9,12 @@ osx_image: xcode6.4
env:
matrix:

- CONDA_PY=27
- CONDA_PY=35
- CONDA_PY=36
- OSX_VARIANT=native CONDA_PY=27
- OSX_VARIANT=pocl CONDA_PY=27
- OSX_VARIANT=native CONDA_PY=35
- OSX_VARIANT=pocl CONDA_PY=35
- OSX_VARIANT=native CONDA_PY=36
- OSX_VARIANT=pocl CONDA_PY=36
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "LCzlx0KdQE4MiuiJRR2J6pSeFB540jxmVg8qYO4duJ6AI5hCL6CdK3/btt4EkLXeY5TLZ52OEXOdt1kKmfXkHq42q7fDRUWb+IMaBweeO1IAbGQufwuNsXaKqlEir2kDpYYkJqZZB5FxOTg9d850o56JsWbtFCCN3maL/yQZzZ2PfdrnNX/BkTnlPETR3lcJbMcxNWbY8HTYN6bU/Jsj6/+PPfb5E0zq1j0xFTA7Jd7TWvZnxnI3HJEHBo5FHZAUakGpPEPr1bmVpnZu/0/mkTfjLBlzwXx+/f7ywJrVHr6EI1/c5udndlMcduztCZflDuG0t+Tg93su36DqSySEnZAiK2fOIixDy97c+W/zWXRlpq3KoIBEGjTr8bUnlA/jpywDxS4A9IFXw7L3Va66MPWFYQo0S6k03WeUl1ckW3pzuI24m0YCCzjAbVNtiskH1ED6iNA4BdR5Sp1jVjumgPHqsOHY71JzOVr2CiF55wCX2+iUPKRpteU5pRf6imHkK/IvHcLt9T37cbPK9K5pW7N932cx6/8s3u67xcle/oqmrpMrK48tzWOlfg9txnq6jSSFfsNFimT1bfB8vyQNtWbQBIPca0G27/bBVfN1gYyylUdboIa9+vs3pMvC4e7uSbVN+DSE+mEG6ib6TnBXxB2hCu5X2yAGhD/yTx2psIU="
Expand Down
7 changes: 4 additions & 3 deletions appveyor.yml
Expand Up @@ -2,9 +2,6 @@
# file, make changes to conda-forge.yml and/or recipe/meta.yaml, and run
# "conda smithy rerender".

os:
- Visual Studio 2015 Update 2

environment:

# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
Expand All @@ -18,18 +15,22 @@ environment:

matrix:
- TARGET_ARCH: x86
OSX_VARIANT: native
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda

- TARGET_ARCH: x64
OSX_VARIANT: native
CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda-x64

- TARGET_ARCH: x86
OSX_VARIANT: native
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35

- TARGET_ARCH: x64
OSX_VARIANT: native
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64

Expand Down
1 change: 1 addition & 0 deletions ci_support/run_docker_build.sh
Expand Up @@ -43,6 +43,7 @@ source run_conda_forge_build_setup
# Embarking on 1 case(s).
set -x
export OSX_VARIANT=native
export CONDA_PY=35
set +x
conda build /recipe_root --quiet || exit 1
Expand Down

0 comments on commit eda178f

Please sign in to comment.