Skip to content

Commit

Permalink
verbose test and using libigl master
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Jun 4, 2020
1 parent dbebcf5 commit e9632e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,4 +22,4 @@ install:
- pip install scipy
script:
- python setup.py build --debug install
- python tests/test_basic.py
- python tests/test_basic.py -v
4 changes: 2 additions & 2 deletions cmake/PyiglDownloadExternal.cmake
Expand Up @@ -26,8 +26,8 @@ endfunction()
## libigl
function(pyigl_download_igl)
pyigl_download_project(libigl
GIT_REPOSITORY https://github.com/skoch9/libigl
GIT_TAG 7995d0747c4095d28bd8be8bc19825fc3b56a97b
GIT_REPOSITORY https://github.com/libigl/libigl.git
GIT_TAG 60ffe1b0dca692e6bee21d9be7e6fdefdb30d323
)
endfunction()

Expand Down

0 comments on commit e9632e0

Please sign in to comment.