forked from conda-forge/flake8-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (34 loc) · 1.84 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.yml and/or the recipe/meta.yaml.
language: generic
os: osx
osx_image: xcode6.4
env:
matrix:
- CONDA_PY=27
- CONDA_PY=35
- CONDA_PY=36
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "tdHfjrBmAqfYH+RYVatiYQTBXqOukO7/GhmDK8KZqA+ZNk208CJiOv32oULTQzJp4IL7bF8Yb8ifXd110fO+MXje0HQj48l7qWOEPz7Vf2tk4Z0U9rng6T2WFLLXwvWjD1hfqPWwUHaGllHJXlvL47KkwXICc0p4l0ZAD1QRCwQhyPtTaEXwTUwuHR5zZjXxKFFSWKe/BrK//c072P6YRQc4IxeL/iRzl+HRB7c9OMnUFfuj2Z+gphsjVWtlU3GmcZhy4wTfGJu9huRF5ZNsQwX+SqDZ/1PGw4+nfYY1onplvF+pdHrgI0vXolDsqq+m7CRpKUetNSS2ufNDOrvX2FO0iTM0T7GKQf9Smz12FGoV0Z7vfKk02vrlQLhf5hcQORtICP6jXZf+B7eP/hqHeFu6LZdlJ8GM65wIZCBunI+E6l5SfFIyVMnyJENCf/ae/8GNx05DlAyJ5TGNC37ANs1GRBFYUCJsO9Z7kXZu5V8/Nfd0lCChWrLB2KfImV2jdK68kfLUVJUjPrPQhjnQeqeX2OBDLQDNLcyeXjMoO36/sTJ+ULciQMwHyHmn1e2BXsKyhQTbsez34rdlImrTDV5LpoAzgZp5koAlSeQtPZ90i6j/RT6Hdwc67Nswqh+LZHWj4MHPY0LrKCwioF3ilBdoE95gHk1W43YvAyo46Hw="
before_install:
# Remove homebrew.
- brew remove --force --ignore-dependencies $(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 --remove channels defaults
conda config --add channels defaults
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