-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.travis.yml
44 lines (34 loc) · 1.86 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
42
43
44
# 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_NPY=110 CONDA_PY=27
- CONDA_NPY=111 CONDA_PY=27
- CONDA_NPY=110 CONDA_PY=34
- CONDA_NPY=111 CONDA_PY=34
- CONDA_NPY=110 CONDA_PY=35
- CONDA_NPY=111 CONDA_PY=35
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "N1ySLq/T+JWyToEgJqQKQcerPzYxQV5hp7pqIveob0YZSo5ePS+YH0OtUKtM+fLxGYT56YloPYfbRKyFdMgoFw+gpM1ED36CzlMEgslCsIAlTTpBEf5THi/fLZYy8L3e4qSIBbJqfJx/Vra3n6z4dF8/eQ5bfpUqZuB4xzBOURLDZuaxmLCOZsHpEIi6kSUwQvifKxeUr4zAA06Sph6X0xWVB6h4weN+Dx4Lvqlo/dlB1wvW0I2Lkv6Db69rTIc9UT8AqTtr6AS7zaQ7PzZjB7gg5GRwlmO1WEy/zPsgwoALyY82ogJUMzhKsysXU9eM1R/oYdUV+qjRl7cgr4svwQl0kiEHWEpMRSH0PSnoHP50wACePliBGMIrTqLHWT1kUg5ZLbyLVrYO/lB3VhGXNvaJaao/efx/Y63LPaprNdsq0lgNB+0dd+OcJo9gFY92vA9ZSyiI50E1DceqjwUeZEmLaYZ/4zInYC4bZxBfOLk0Ik6LpGcd/6Jt3iBNT1Au4fkcnWhNgFT69fso0X23oLSSPkdxqk/2yaiXDd558wgR05/WDlZTYWtPBg4nq+FwAdIEcxGV7SP2pUfTvhgtQs93KUntxgLWVlmXZE28Or8BC2LIHFENLzy6v+UMrUMZWaCSw3tV/qQl7iXp1vKlzt7lRMYiOW8fIv0yRwn1lOg="
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 scikit-learn --channel=rc