diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-03-17 15:13:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-17 15:13:41 -0400 |
commit | 33f69dbeda8eb277f8485b9d8a3113c41a3e33ad (patch) | |
tree | 8edf7bb7a1abba73fa13fb84bf7b8e4f9a40b4fa | |
parent | ebc6a42dc753b811f864d6a3a040206b63a1a5dd (diff) | |
parent | c4bc041dada261d7fb5a8b47d8519fe27f93fc84 (diff) | |
download | build_control-33f69dbeda8eb277f8485b9d8a3113c41a3e33ad.tar.gz |
Merge pull request #3 from rendinam/test_manifests
Adding to manifests to accommodate testing behaviors
-rw-r--r-- | manifests/test-fail.yaml | 6 | ||||
-rw-r--r-- | manifests/test.yaml | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/manifests/test-fail.yaml b/manifests/test-fail.yaml new file mode 100644 index 0000000..b18b376 --- /dev/null +++ b/manifests/test-fail.yaml @@ -0,0 +1,6 @@ +repository: 'https://github.com/astroconda/astroconda-contrib' +numpy_version: 1.11 +packages: + - verhawk + - INTENTIONALLY_INVALID + diff --git a/manifests/test.yaml b/manifests/test.yaml index 4f0ff2d..3777c77 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -1,8 +1,6 @@ -repository: 'https://github.com/rendinam/astroconda-contrib' +repository: 'https://github.com/astroconda/astroconda-contrib' numpy_version: 1.11 packages: + - relic - verhawk -# - costools - - INTENTIONALLY_INVALID -# - acstools |