diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-28 23:49:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 23:49:11 -0400 |
commit | 5bee46a02ac825aaec15a7cd0a1a098fad6a0b6d (patch) | |
tree | b175699a59beb82d1f232d201d0d61eabea21646 | |
parent | db35986d1e3f15e1e90bc9092c7870f7da284a65 (diff) | |
download | astroconda-dev-5bee46a02ac825aaec15a7cd0a1a098fad6a0b6d.tar.gz |
Remove deprecated samp_hub smoketest (#34)
-rw-r--r-- | astropy/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml index addbf88..9b0f5da 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'astropy' %} {% set version = '2.0.dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} @@ -50,7 +50,6 @@ test: - fitscheck --help - fitsdiff --help - fitsinfo --help - - samp_hub --help - volint --help - wcslint --help imports: |