aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 13:19:34 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 13:19:34 +0000
commit42005a1ee918cd35d3e37b7701ab4e93df0ac364 (patch)
treec0daee6b683926c3dd5656e4a0922d7d8c6ffaac
parenttry a different way of specifying the path (diff)
downloadpygensvm-42005a1ee918cd35d3e37b7701ab4e93df0ac364.tar.gz
pygensvm-42005a1ee918cd35d3e37b7701ab4e93df0ac364.zip
Remove dir command
Somehow that seems to trip up the nuget install command, even though this doesn't make any sense.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b32a8c..1876e67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,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 -OutputDirectory /cibw/lapacke -Verbosity detailed && dir C:\cibw\lapacke && pip install numpy Cython"
+ - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && pip install numpy Cython"
env:
global: