aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 14:18:46 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 14:18:46 +0000
commit3d40d2a0baa956b7e0b611ea58ae0f9ed854c26c (patch)
treec32f9abe1582d39dbf827f79e565f0604dd4e233 /.travis.yml
parentUse find instead of ls (diff)
downloadpygensvm-3d40d2a0baa956b7e0b611ea58ae0f9ed854c26c.tar.gz
pygensvm-3d40d2a0baa956b7e0b611ea58ae0f9ed854c26c.zip
Show a bit more depth
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6724b5b..4a849c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ matrix:
- PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- PYTHON="python"
- PIP="pip"
- - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && find /c/cibw/lapacke -type d -maxdepth 2 && pip install numpy Cython"
+ - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && echo 'listing dir' && find /c/cibw/lapacke -maxdepth 3 && echo 'installing depends' && pip install numpy Cython"
env:
global: