diff --git a/MANIFEST.in b/MANIFEST.in
index fd350028a9bb270daf9c4fc8f001544a83998fa6..ba26febcc9565d56b26911179a11770754509d62 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
 include LICENSE README.rst buildout.cfg version.txt
 recursive-include doc conf.py *.rst *.sh *.png *.ico
 recursive-include bob/devtools/data *.md *.yaml *.pem matplotlibrc
-recursive-include bob/devtools/templates conf.py *.rst *.png *.ico LICENSE COPYING MANIFEST.in .gitlab-ci.yml .gitignore *.cfg *.txt *.py
+recursive-include bob/devtools/templates conf.py *.rst *.png *.ico LICENSE COPYING MANIFEST.in .gitlab-ci.yml .gitignore *.cfg *.txt *.py *.yaml
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 0cc376da3ab5a2eedcc71f43480f49f8bad98279..3badca3cf7c9bb90332d755c69b658473fabb477 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