Skip to content

Instantly share code, notes, and snippets.

@msarahan
Created April 3, 2017 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msarahan/f3c9c0fcd12e0149557bfd1d1d4c6046 to your computer and use it in GitHub Desktop.
Save msarahan/f3c9c0fcd12e0149557bfd1d1d4c6046 to your computer and use it in GitHub Desktop.
recipe suggestions
diff --git a/build/meta.yaml b/build/meta.yaml
index f615412..a276d6c 100644
--- a/build/meta.yaml
+++ b/build/meta.yaml
@@ -8,15 +8,16 @@ source:
build:
number: 1
string: py_{{PKG_BUILDNUM}}
+ skip: True # [py!=27]
requirements:
build:
- - python 2.7*
+ - python
run:
- - python 2.7*
+ - python
- numpy 1.12 # This is not a valid numpy version !
-tests:
+test:
imports:
- py_src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment