diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:36:49 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:36:49 +0000 |
| commit | 7bb35093aa4bc53e19d933c0a30bb5e76f667202 (patch) | |
| tree | 2d028edf7b75bdcb04a9e4d16676badba76157af /.travis.yml | |
| parent | Debug installing lapacke with nuget (diff) | |
| download | pygensvm-7bb35093aa4bc53e19d933c0a30bb5e76f667202.tar.gz pygensvm-7bb35093aa4bc53e19d933c0a30bb5e76f667202.zip | |
Set output directory for lapacke and install numpy
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 b654252..137a0ef 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 -Verbosity detailed" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /c/cibw/lapacke -Verbosity detailed && pip install numpy" env: global: |
