aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 14:09:37 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 14:09:37 +0000
commit121776d5c14d0ecb29fadbe97283e8b7d8a14669 (patch)
treee6a09b2dbac1a1266c8c1531ca3380e39d00b72b /.travis.yml
parenttry using ls to list the dir (diff)
downloadpygensvm-121776d5c14d0ecb29fadbe97283e8b7d8a14669.tar.gz
pygensvm-121776d5c14d0ecb29fadbe97283e8b7d8a14669.zip
Use find instead of ls
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 2ad3534..6724b5b 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 && ls /c/cibw/lapacke && pip install numpy Cython"
+ - 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"
env:
global: