diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-08-09 13:10:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 13:10:36 -0400 |
commit | 470d9eb5b97badfe8fafe915fd61ea9e345f90b5 (patch) | |
tree | 17c91c8b075117623907c28e065b4cb98e26a745 /manifests | |
parent | 07b37f89a661550a4cb192876c82449097a1ab77 (diff) | |
download | build_control-470d9eb5b97badfe8fafe915fd61ea9e345f90b5.tar.gz |
Create dev-test.yaml
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev-test.yaml | 15 |
1 files changed, 15 insertions, 0 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 |