From 3899cb1f93bba0e2789c317da7d6964258ffd193 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 12 Feb 2019 12:22:26 +0100 Subject: [PATCH] [conda] Actually test some of the commands --- conda/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 0cc376da..3badca3c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -61,11 +61,13 @@ test: - bdt release --help - bdt visibility --help - bdt dumpsphinx --help + - bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null - bdt create --help - bdt build --help - bdt getpath --help - bdt caupdate --help - bdt new --help + - bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" - bdt ci --help - bdt ci build --help - bdt ci base-deploy --help -- GitLab