diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:32:05 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:32:05 +0000 |
| commit | 2dee842074f7157f54603605ff0ffbb47a997efe (patch) | |
| tree | 41b5b9951bb902d09d7db8918596fd67aa1e0f31 /.travis.yml | |
| parent | Skip install block for now (diff) | |
| download | pygensvm-2dee842074f7157f54603605ff0ffbb47a997efe.tar.gz pygensvm-2dee842074f7157f54603605ff0ffbb47a997efe.zip | |
Debug installing lapacke with nuget
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 02b6867..b654252 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,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 ; pip install numpy" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -Verbosity detailed" env: global: |
