diff --git a/devtools/conda-recipe/meta.yaml b/devtools/conda-recipe/meta.yaml index c98a851..a49d1b2 100644 --- a/devtools/conda-recipe/meta.yaml +++ b/devtools/conda-recipe/meta.yaml @@ -42,7 +42,7 @@ test: #- ls -R #- pwd #- pytest -vv --current-env --nbval-lax - - python -c "import shutil, os; shutil.copy('coverage.xml', os.path.expanduser('~'))" + - python -c "import shutil, os; shutil.copy('coverage.xml', os.path.expanduser('~'))" || true about: home: https://github.com/gph82/projection_explorer license: GNU Lesser Public License v3+