diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-02-01 15:14:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 15:14:08 -0500 |
commit | e1c3d27a86cac78d6b3d67ac8982d42b294c40db (patch) | |
tree | 6e0366a4cf9c2146a4fb38effc62f49a25cd3b07 | |
parent | 934c7458187f4e6b76522b09fe42d803567a2e94 (diff) | |
parent | 50c0307868ae146dff892b192dff5b58379043d7 (diff) | |
download | astroconda-contrib-e1c3d27a86cac78d6b3d67ac8982d42b294c40db.tar.gz |
Merge pull request #303 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 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 }} |