From 168f803721f86f44f8bceda55e07ae4b84115291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 16 Oct 2018 22:36:10 +0200 Subject: [PATCH] Tweak setup.py (trigger CI) (#105) * Fix incorrect syntax in conda recipe * Drop win32 builds, see https://github.com/conda-forge/staged-recipes/issues/5640 --- appveyor.yml | 8 ++------ conda-recipe/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 521f4d89..341c59d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,9 @@ environment: matrix: - - TARGET_ARCH: x86 - CONDA_PY: 35 - CONDA_INSTALL_LOCN: C:\\Miniconda35 - - TARGET_ARCH: x64 - CONDA_PY: 35 - CONDA_INSTALL_LOCN: C:\\Miniconda35-x64 + CONDA_PY: 36 + CONDA_INSTALL_LOCN: C:\\Miniconda36-x64 platform: - x64 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 384928d3..8dd09f25 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -3,7 +3,7 @@ {% set version = GIT_DESCRIBE_TAG | replace("v", "") %} {% set number = GIT_DESCRIBE_NUMBER | int %} {% if number > 0 %} - {% set version = version + ".post" + GIT_DESCRIBE_NUMBER} + {% set version = version + ".post" + GIT_DESCRIBE_NUMBER %} {% endif %} package: