From 63150a4b19b4ea6b051744a8891704a79707cee6 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Fri, 6 Nov 2020 15:03:48 +0100 Subject: [PATCH] Build only one noarch package with python >=3.6 --- .travis.yml | 2 -- conda-recipe/meta.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fd56d3..4ac4938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: - 3.6 - - 3.7 - - 3.8 # Build only tagged commits if: tag IS present diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 51d9619..5fa071a 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -15,10 +15,10 @@ build: requirements: build: - - python + - python >=3.6 - setuptools run: - - python + - python >=3.6 - numpy - scipy - pandas