aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 12:36:49 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 12:36:49 +0000
commit7bb35093aa4bc53e19d933c0a30bb5e76f667202 (patch)
tree2d028edf7b75bdcb04a9e4d16676badba76157af /.travis.yml
parentDebug installing lapacke with nuget (diff)
downloadpygensvm-7bb35093aa4bc53e19d933c0a30bb5e76f667202.tar.gz
pygensvm-7bb35093aa4bc53e19d933c0a30bb5e76f667202.zip
Set output directory for lapacke and install numpy
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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: