Skip to content

Commit

Permalink
Merge pull request #5 from ocefpaf/update
Browse files Browse the repository at this point in the history
Update 0.16.1
  • Loading branch information
ocefpaf committed Dec 29, 2016
2 parents 3a0897a + 419593f commit 1910700
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ env:
- 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: "MLknsowBqdMFGziXuLQbRTNWSH8vxU6LWfxOFbJpoXWZ856uz5yc6s0cbHS7Jhx98nqbnoB5Y7uatQj0EYih4uFp0TYDRVmOEKJJ2VwvoGIFKYFYx605Ya3neNjPMTFx0Ju37hUrEHbSOM6Yqy7m7N862qOsnSVPNpq/Rj/HC+65QJLklorHAUS9wfElCiEYR1aWBPskojpfNeFbcW+IUZiidKccQkQGyOCY6tL76EN+STd3NGaVlatop2Tx0Um33yUteRTyoIdid6MjJ4Mjuc9ZgOfLoDyRqjyR4ZSkZcnT1+OqyxUO6YMOpyqOZdZygD1874+Z+QMBfCvsBDo41Dk9+kSyUyITRHOmQc2GqyGuXz0aPwEghbDx5WT7UjERFwdrru5DBUWj/NXi4ydvnvNwdUQU03KzySlpvC2Z1DgtnpyEglZU1O39Zh9w3ToLtPwhr3MfDevfmlsTT6ntR8RbNkJJF5OiHnzEWv6Q8J8tdrt3P7+qmLBjW9r2/8W2exJ+xOmpxGd4k1Ngkv1l2n4NPTZ/8q3xFrcyXgkJKk5j0a6NnFJY1HfI0JMR5CvFC7alLQgRJZDcm2ehFE6+HdQajsvczqKB9VbhJ2NCDDs8MQJmImauYRm7HZlo/iNBu1KnFXczs/Ih+3H9eVvajgXjdD+Qviaq0bnYZLEX8tc="
Expand Down
8 changes: 8 additions & 0 deletions appveyor.yml
Expand Up @@ -38,6 +38,14 @@ environment:
CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64

- TARGET_ARCH: x86
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda

- TARGET_ARCH: x64
CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda-x64


# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
Expand Down
8 changes: 7 additions & 1 deletion ci_support/run_docker_build.sh
Expand Up @@ -41,7 +41,7 @@ conda clean --lock
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
# Embarking on 3 case(s).
# Embarking on 4 case(s).
set -x
export CONDA_PY=27
set +x
Expand All @@ -59,4 +59,10 @@ source run_conda_forge_build_setup
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=36
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
EOF
4 changes: 2 additions & 2 deletions recipe/meta.yaml
@@ -1,4 +1,4 @@
{% set version = "0.16.0" %}
{% set version = "0.16.1" %}

package:
name: mkdocs
Expand All @@ -7,7 +7,7 @@ package:
source:
fn: mkdocs-{{ version }}.tar.gz
url: https://github.com/mkdocs/mkdocs/archive/{{ version }}.tar.gz
sha256: ff0108563ce8a33f4a0bc1f99e9817bd5cab2c9532f8a5ff272beba864066381
sha256: b665679d7c6da47e734a00e89f823e478cc57389ffeb49266de68a804f803f83

build:
number: 0
Expand Down

0 comments on commit 1910700

Please sign in to comment.