diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-09 15:56:49 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-09 15:56:49 -0400 |
commit | 25cb87047c7c22751bb3dc04173227922cbfe46d (patch) | |
tree | e9789649b82ae4307f39a56c4f38a5c030bdf9f3 | |
parent | 13d68a9d919e8852a5c847496a82256bf48ab6bd (diff) | |
parent | 9b5f25eb83fcee3017792bd47982b4d4da975baa (diff) | |
download | build_control-25cb87047c7c22751bb3dc04173227922cbfe46d.tar.gz |
Merge branch 'artifacts' of https://github.com/rendinam/build_control into artifacts
-rw-r--r-- | manifests/dev-test.yaml | 15 | ||||
-rw-r--r-- | manifests/test.yaml | 12 |
2 files changed, 25 insertions, 2 deletions
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 diff --git a/manifests/test.yaml b/manifests/test.yaml index 0c626c2..41aa167 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -1,9 +1,17 @@ -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 + - cfitsio + - ds9 - crds + - cube-tools + - sphinxcontrib-programoutput + - pyds9 + - wcstools + - webbpsf + # - mosviz # - specutils # - glueviz |