diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml new file mode 100644 index 00000000..8d446529 --- /dev/null +++ b/conda-recipe/conda_build_config.yaml @@ -0,0 +1,5 @@ +python: + - 3.7 + - 3.6 + - 3.5 + - 2.7 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 62ee2a88..d3c86a23 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -16,14 +16,14 @@ build: requirements: build: - - python + - python {{ python }} - setuptools - six run: - python - setuptools - - numpy >=1.3 + - numpy >=1.11 - six test: