Skip to content

Commit 765d1ef

Browse files
Merge pull request #1 from JohanMabille/gtest
Delete googletest source dir before running pytest
2 parents 1c81507 + 101ba6b commit 765d1ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ install:
151151
- cmake -D DOWNLOAD_GTEST=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
152152
- make -j2 test_xtensor_python
153153
- make install
154+
- rm -rf test/googletest-src
154155

155156
script:
156157
- py.test -s

0 commit comments

Comments
 (0)