diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-02-01 15:14:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 15:14:11 -0500 |
commit | 6d6c42acfb75e284cb0cd87db8c2ee62331d368a (patch) | |
tree | cb67a7c43b4692bfb19dd5db30c872a9af444231 | |
parent | c429ecd213edd40be7e28c84dd22ef5c104728fe (diff) | |
parent | b9d6db87bfbd001d0f40bf91c29bd52acabe523b (diff) | |
download | astroconda-dev-6d6c42acfb75e284cb0cd87db8c2ee62331d368a.tar.gz |
Merge pull request #106 from rendinam/stwcs_py27_disable
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 }} |