Skip to content

Commit

Permalink
MNT: Re-rendered with conda-smithy 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Oct 25, 2016
1 parent 83ccf49 commit 32b6244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ os: osx
osx_image: beta-xcode6.1

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: "NHniHbmVJ60j991t9zHotZ7R0OZwA+1xvsw1huJcMRuL4pzkFmQZFJfhrlzCErJH0LZQX1iKFgesSIVphjW26JRQwYna1DRPX7ip9lYElO7dG3QkfiiOIQdrjzv/c+BVqUGfrhju0YjgXUZWeP/fdCewS7WVHJLinSDD6wgILERwhVbWvJ63UdC4tfFWqud93Bic6l7qNZnpA+H90bjBr6P3Fu1UudmDu3zdKu6EL0VYSYhoXkSoBkoRbruymbNtrgYLI3J6bM1OwhOe8uU74C7cIqmhv0tePaCsltBCxp9PFZaREt90vNtWvjyPdNlSvuZ5/Ssskq5pSTYbtAJmFcBQhy5/SPkpPc/s9RFzb9rRrYoQur+F9b0G48iwZFsJEkZUPeIbFTDF43PMXVOg/HcEBoQFEC06YjNH9aNv6GHra2EWFsMUoY8AoQMA8gWRvOMMM9lcHolNOC1c5z3bHdtZZyob5YUZ3OmoX8DIGOBjyYHCjzjDmkMQrrfX6fsWyMOPVgTvz3iJMdxhODW5tIESh9U+yQYb9JVbvJrbHeuGQpPX4XF1X9nteD353bY9zCbAogHJJwzOu4I7HHAlfeuuxtv7EhtCC4H9J4xn9ikxJoSF8IpTFCVtICGmZyG1oKkEpjGdvfFRbwXGTeO+RQ6gY/rPbHg+JJchKmDDe4U="
Expand Down
17 changes: 1 addition & 16 deletions ci_support/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,7 @@ conda clean --lock
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
# Embarking on 3 case(s).
set -x
export CONDA_PY=27
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
set -x
export CONDA_PY=34
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
set -x
export CONDA_PY=35
set +x
# Embarking on 1 case(s).
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
EOF

0 comments on commit 32b6244

Please sign in to comment.