Skip to content

Commit

Permalink
debug during unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Feb 12, 2019
1 parent 4347009 commit cd6fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,6 +23,6 @@ matrix:
script: python verify.py --check build-docs

- env: unit tests
script: pytest --cov=torchgeometry test
script: pytest -vx --cov=torchgeometry test
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit cd6fdcb

Please sign in to comment.