From ef61f49cbabb7895127830df2ba3ff688fd864fd Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 3 Aug 2017 15:35:18 -0400 Subject: Update test.yaml --- manifests/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/test.yaml b/manifests/test.yaml index 0c626c2..0f3b5df 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -3,7 +3,7 @@ channel_URL: 'http://ssb.stsci.edu/astroconda' numpy_version: 1.13 packages: - costools - - crds +# - crds # - mosviz # - specutils # - glueviz -- cgit From 07b37f89a661550a4cb192876c82449097a1ab77 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 8 Aug 2017 21:35:41 -0400 Subject: Update test.yaml --- manifests/test.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/manifests/test.yaml b/manifests/test.yaml index 0f3b5df..7e8d51a 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -2,8 +2,14 @@ repository: 'https://github.com/astroconda/astroconda-contrib' channel_URL: 'http://ssb.stsci.edu/astroconda' numpy_version: 1.13 packages: - - costools -# - crds +# - costools + - crds + - cube-tools + - sphinxcontrib-programoutput + - pyds9 + - wcstools + - webbpsf + # - mosviz # - specutils # - glueviz -- cgit From 470d9eb5b97badfe8fafe915fd61ea9e345f90b5 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 9 Aug 2017 13:10:36 -0400 Subject: Create dev-test.yaml --- manifests/dev-test.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/dev-test.yaml diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml new file mode 100644 index 0000000..6bdf084 --- /dev/null +++ b/manifests/dev-test.yaml @@ -0,0 +1,15 @@ +repository: 'https://github.com/astroconda/astroconda-dev' +channel_URL: 'http://ssb.stsci.edu/astroconda-dev' +numpy_version: 1.13 +packages: + - crds + - cube-tools + - sphinxcontrib-programoutput + - pyds9 + - wcstools + - webbpsf +# - mosviz +# - specutils +# - glueviz +# - glue-vispy-viewers +# - glue-core -- cgit From f7a63456b20cf23f850bc362509d7f6025d47fc0 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 9 Aug 2017 15:14:06 -0400 Subject: Update test.yaml --- manifests/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/test.yaml b/manifests/test.yaml index 7e8d51a..40d2aff 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -2,7 +2,9 @@ repository: 'https://github.com/astroconda/astroconda-contrib' channel_URL: 'http://ssb.stsci.edu/astroconda' numpy_version: 1.13 packages: -# - costools + - costools + - cfitsio + - ds9 - crds - cube-tools - sphinxcontrib-programoutput -- cgit From 9b5f25eb83fcee3017792bd47982b4d4da975baa Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 9 Aug 2017 15:17:25 -0400 Subject: Update test.yaml --- manifests/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/test.yaml b/manifests/test.yaml index 40d2aff..41aa167 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -1,5 +1,5 @@ -repository: 'https://github.com/astroconda/astroconda-contrib' -channel_URL: 'http://ssb.stsci.edu/astroconda' +repository: 'https://github.com/astroconda/astroconda-dev' +channel_URL: 'http://ssb.stsci.edu/astroconda-dev' numpy_version: 1.13 packages: - costools -- cgit