diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 16:09:00 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 16:09:00 +0000 |
| commit | a15411adbda166538f4b46aec397d0f168eba8cf (patch) | |
| tree | a2a1f849cc0338acd6ca9510f2f7d1e860f1ffdf /.travis.yml | |
| parent | debugging (diff) | |
| download | pygensvm-a15411adbda166538f4b46aec397d0f168eba8cf.tar.gz pygensvm-a15411adbda166538f4b46aec397d0f168eba8cf.zip | |
Add distutils debugging
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 184468a..9cbdc75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ matrix: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - PYTHON="python" - PIP="pip" + - CIBW_ENVIRONMENT="DISTUTILS_DEBUG=1" #- #CIBW_ENVIRONMENT="LAPACK=/c/cibw/lapacke/lapacke.0.1.0/lib/native/lib/x64 #OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/" |
