From c4bc041dada261d7fb5a8b47d8519fe27f93fc84 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 17 Mar 2017 15:12:43 -0400 Subject: Adding to manifests to accommodate testing behaviors --- manifests/test-fail.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/test-fail.yaml (limited to 'manifests/test-fail.yaml') 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 + -- cgit