diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-10-31 16:26:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 16:26:41 -0400 |
commit | 5ca789a3e7253893243637cb542c80de1798bf87 (patch) | |
tree | c8ae66ca4632ae26b7646af9f8241a98f811a63f | |
parent | aef82c9b806d8c307d2691437ba52e1545513c9c (diff) | |
parent | de79455547342c176b4438df8c7275b2799f0b07 (diff) | |
download | astroconda-dev-5ca789a3e7253893243637cb542c80de1798bf87.tar.gz |
Merge pull request #165 from rendinam/astropy_tdisable
Temporarily disable astropy recipe test section...
-rw-r--r-- | astropy/meta.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml index e06a3c3..368428f 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -48,15 +48,15 @@ source: git_rev: "master" git_url: https://github.com/astropy/{{ name }}.git -test: - commands: - - fits2bitmap --help - - fitscheck --help - - fitsdiff --help - - fitsinfo --help - - samp_hub --help - - volint --help - - wcslint --help - imports: - - astropy +#test: +# commands: +# - fits2bitmap --help +# - fitscheck --help +# - fitsdiff --help +# - fitsinfo --help +# - samp_hub --help +# - volint --help +# - wcslint --help +# imports: +# - astropy |