diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-02-01 15:12:38 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-02-01 15:12:38 -0500 |
commit | b9d6db87bfbd001d0f40bf91c29bd52acabe523b (patch) | |
tree | cb67a7c43b4692bfb19dd5db30c872a9af444231 | |
parent | c429ecd213edd40be7e28c84dd22ef5c104728fe (diff) | |
download | astroconda-dev-b9d6db87bfbd001d0f40bf91c29bd52acabe523b.tar.gz |
Disable build of stwcs under python 2.7
-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 abd024d..987e90f 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -12,6 +12,7 @@ about: build: number: {{ number }} + skip: True [py27] package: name: {{ name }} |