From 58f5e18aa4795332a221cdca85692588bd447587 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 21 Oct 2019 13:37:58 +0200
Subject: [PATCH] [conda] Test mirror subcommand

---
 conda/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 41c1e496..71775eec 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -62,6 +62,7 @@ test:
     - bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null
     - bdt create --help
     - bdt build --help
+    - bdt mirror --help
     - bdt rebuild --help
     - bdt test --help
     - bdt caupdate --help
-- 
GitLab