diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-06-30 15:07:57 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-06-30 15:07:57 -0400 |
commit | 2d1ad15e8ec04a9918cc8d294439bbec3bfca1fd (patch) | |
tree | 539623f3200a80bfb1e93c19c428e3013798374d /pyobjc-framework-cocoa | |
parent | 320cd204f1d03059b54370f7c2b9f2330c141709 (diff) | |
download | astroconda-dev-2d1ad15e8ec04a9918cc8d294439bbec3bfca1fd.tar.gz |
Flip skip logic based on behavior from testing
Diffstat (limited to 'pyobjc-framework-cocoa')
-rw-r--r-- | pyobjc-framework-cocoa/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyobjc-framework-cocoa/meta.yaml b/pyobjc-framework-cocoa/meta.yaml index 6423d5e..7e8a100 100644 --- a/pyobjc-framework-cocoa/meta.yaml +++ b/pyobjc-framework-cocoa/meta.yaml @@ -10,7 +10,7 @@ about: build: number: {{ number }} preserve_egg_dir: 'true' - skip: False [osx] + skip: True [not osx] package: name: {{ name }} |