forked from conda-forge/asciitree-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (33 loc) · 1.75 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
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
language: generic
os: osx
osx_image: beta-xcode6.1
env:
matrix:
- CONDA_PY=27
- CONDA_PY=34
- CONDA_PY=35
- CONDA_PY=36
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "YQKx4MGYEcwblNXkSO4vWuCnr8qrITcyVG4sTsXT6HqZKIWIyD8SX6Uhh47Mw3JHArUMK6Rhq5VENMJyOn/kQQH4Ja7qmC0iV+2iO0kWWnXmu7duTKdw49yZV4XhCRpGzq3csi3mGHZkOzIo07gUa+PJRF2jaNLLMP2agLHB3B0BU+LQDA6+i64X29M5lwhW+TsTtyrOg118mb/LaJ14+610bWafYa6IE4uM470dw7RFY35JDJKB5lct4yRWstKpZANWPtEtnpo771XMylEGelUNkv74ZgXbOtEL5QXqpJQEkNJD9H8TKpnedcsL4Cb4pDQWwIcxqBHpMqZXH/wlpZNTKoAwJNnHpDYqXGIMCTGFmnIIhR6Bih0r489mjO2spZGOCYJg85cQVELlXp8CSASe/sm31A7RMGi/SkwEbekClakRVYCoofFkgE6k6+6x1k4uGJPjpXTun0NpLJZxW9T4uTNrkoTjWyooFboKhJP8qrc/Pr5r2eE6fYiBavh3h8ab3qdeS5209QR82G6v56zuZqjJpfm0XgyvfzJ1Q1uDcqck+aELn6eWth1GydC6EAcx6Z0OqDxVALIdw1aOmXD8R+UXGc8no1UQ6wrLoyV7C77/7aUAGp8iGUOB3gEGpEbgRCz12reL1pkbiEM8EXWVleNR61PWiI4W3bfSMQY="
before_install:
# Remove homebrew.
- brew remove --force $(brew list)
- brew cleanup -s
- rm -rf $(brew --cache)
install:
- |
MINICONDA_URL="https://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -L -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b
source /Users/travis/miniconda3/bin/activate root
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
- upload_or_check_non_existence ./recipe conda-forge --channel=main