diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-02-01 15:09:30 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-02-01 15:09:30 -0500 |
commit | 50c0307868ae146dff892b192dff5b58379043d7 (patch) | |
tree | 6e0366a4cf9c2146a4fb38effc62f49a25cd3b07 /stwcs | |
parent | 934c7458187f4e6b76522b09fe42d803567a2e94 (diff) | |
download | astroconda-contrib-50c0307868ae146dff892b192dff5b58379043d7.tar.gz |
Disable build of stwcs under python 2.7
Diffstat (limited to 'stwcs')
-rw-r--r-- | stwcs/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 4b7ee2c..a9e5d8a 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: True [py27] package: name: {{ name }} |