diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 16:07:33 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 16:07:33 +0000 |
| commit | 3aa043d0ffdb602e95a24f8d89fddd6692080414 (patch) | |
| tree | 166452338e0bdac46bd21bdf2532eb910ebb372a /.travis.yml | |
| parent | Add cython as a requirement for tests (diff) | |
| download | pygensvm-3aa043d0ffdb602e95a24f8d89fddd6692080414.tar.gz pygensvm-3aa043d0ffdb602e95a24f8d89fddd6692080414.zip | |
Get some more debug info
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 e9e39f4..8fd4479 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ matrix: - CIBW_ENVIRONMENT="LAPACK=/c/cibw/lapacke/lapacke.0.1.0/lib BLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib" - LAPACK="/c/cibw/lapacke/lapacke.0.1.0/lib" - BLAS="/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib" - - 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" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && echo && find /c/cibw/lapacke -type d -maxdepth 4 && echo && pip install numpy Cython" env: global: |
