Skip to content

Commit e9632e0

Browse files
committed
verbose test and using libigl master
1 parent dbebcf5 commit e9632e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ install:
2222
- pip install scipy
2323
script:
2424
- python setup.py build --debug install
25-
- python tests/test_basic.py
25+
- python tests/test_basic.py -v

cmake/PyiglDownloadExternal.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ endfunction()
2626
## libigl
2727
function(pyigl_download_igl)
2828
pyigl_download_project(libigl
29-
GIT_REPOSITORY https://github.com/skoch9/libigl
30-
GIT_TAG 7995d0747c4095d28bd8be8bc19825fc3b56a97b
29+
GIT_REPOSITORY https://github.com/libigl/libigl.git
30+
GIT_TAG 60ffe1b0dca692e6bee21d9be7e6fdefdb30d323
3131
)
3232
endfunction()
3333

0 commit comments

Comments
 (0)