diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-27 13:02:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 13:02:57 -0500 |
commit | 7071c8840ed60f21124e341af949431c3dd0d651 (patch) | |
tree | 2a122ba8231b22a72cdcb747cee79be625849aa3 /stsci.imagestats | |
parent | a3d2b739ca9fbd82502a9a13db6781e67e589d19 (diff) | |
download | astroconda-contrib-7071c8840ed60f21124e341af949431c3dd0d651.tar.gz |
stsci.imagestats: Disable python 2.7 (#428)
Diffstat (limited to 'stsci.imagestats')
-rw-r--r-- | stsci.imagestats/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 3f24a05..833f951 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.imagestats' %} {% set version = '1.5.3' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -11,6 +11,7 @@ about: build: number: {{ number }} preserve_egg_dir: 'yes' + skip: True [py2k] package: name: {{ name }} |