diff --git a/README.md b/README.md index d723996..6a047c1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ A feedstock is made up of a conda recipe (the instructions on what and how to bu the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by [CircleCI](https://circleci.com/), [AppVeyor](https://www.appveyor.com/) -and [TravisCI](https://travis-ci.org/) it is possible to build and upload installable +and [TravisCI](https://travis-ci.com/) it is possible to build and upload installable packages to the [conda-forge](https://anaconda.org/conda-forge) [Anaconda-Cloud](https://anaconda.org/) channel for Linux, Windows and OSX respectively. diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 908ab83..f20d69f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: build: noarch: python - number: 0 + number: 1 script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: @@ -21,6 +21,7 @@ requirements: - python >=3.6 - numpy >=1.14 - pandas >=0.24 + - setuptools test: imports: