pysal / submodule_template

This provides a template for submodules to use in the PySAL project
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Automated merging for conda-forge feedstock #31

Open jGaboardi opened 4 years ago

jGaboardi commented 4 years ago

New functionality in conda-forge allows for the automated merging of passing PRs in a package's feedstock. It is enabled through the opening of an issue with a specific copy/pasted message. See these issues in the mapclassify and spaghetti feedstocks for examples.

jGaboardi commented 4 years ago

See also this comment from @ocefpaf regarding some additional syntax in PACKAGE-feedstock/recipe/meta.yaml.

test:
  commands:
    - pip check
  requires:
    - pip