forked from conda-forge/marshmallow-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
41 lines (31 loc) · 1.72 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yaml and/or the recipe/meta.yaml.
language: generic
os: osx
env:
matrix:
- CONDA_PY=27
- CONDA_PY=34
- CONDA_PY=35
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "Ww9TQcI7cYDWytXoAoUv/1+u2zvuxWGLQkwrEVJpNcKtt9MI8dD13Dr253kACUZj4nltzQrCKzT0wuiqeDnCpwoTp0FT2IWmXw0UKkjDcUmhibMAphwZdaEU8oPleYPCGP6rWhE3ySHb0Kk6o+Ad3fYSvGl6c8Et2UW6voJKCnN9prxIQRAh+3U6btuFY5hyZxZaTzVYZ39C15cvYfuF1tpgWnwlL+X7ot8gZTyregkiB7O+HekJ3r6sB9m4P3OLgwfMp8HimT3UMMruRN5L5Gy0hPjTucyBM5Z0nndvuY2H34JqT40VW/YQoKt6JmfDdn0uxnxwczfovJTsrSDiqCEfghi9qhoeSzO5Ys6JUGkpi5dS7mkwGnbjAodW2CfadfpphsOwTy073oDgOMUcMsNCJv7M65440Ikky4I1wMHvmkWJxbFwVsrOVyeGx0z7ryelThasOuuXCr5MOzgDNlsE9YH4gkvMJ0F4BA0OXF23dDodNG4yscFpkPIvyMUcRVpa7lkmooFJDlVtMsb8nAqnqgZq6fs9fBHEcLJNG6KUyLS8dyahVMVdQu3Ser41AgdQBUXpESSJJWSPQSNaioBAcO7rEmvnpfETRBTGsWNNBAefFI1Bl5LX+n/qXfNGEkIomnhlcORDmI/92ZrTvTHCDTrN+LKs6cg9XkwhbwI="
before_install:
# Remove homebrew.
- brew remove --force $(brew list)
- brew cleanup -s
- rm -rf $(brew --cache)
install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b
export PATH=/Users/travis/miniconda3/bin:$PATH
conda config --add channels conda-forge
conda config --set show_channel_urls true
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
script:
- conda build ./recipe
- ./ci_support/upload_or_check_non_existence.py ./recipe conda-forge --channel=main