diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:27:03 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:27:03 +0000 |
| commit | 486f6995a50a5ceb79bf86e9ea3316f84345012a (patch) | |
| tree | bd2f443cd1f4c4207227b115df18fca464500a46 | |
| parent | Remove echo statements (diff) | |
| download | pygensvm-486f6995a50a5ceb79bf86e9ea3316f84345012a.tar.gz pygensvm-486f6995a50a5ceb79bf86e9ea3316f84345012a.zip | |
show only directories
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4e3d6c7..0c0d238 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 -maxdepth 3 && pip install numpy Cython" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && echo && find /c/cibw/lapacke -type d -maxdepth 3 && echo && pip install numpy Cython" env: global: |
