Skip to content

Commit

Permalink
make coverage failure non-fatal.
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Feb 20, 2018
1 parent 4db6320 commit 2e8e050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 2e8e050

Please sign in to comment.