From 4ca24e50a98f755a4f4f37a9adf3b6818c9390ce Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 14:22:27 +0000 Subject: Remove echo statements --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a849c5..4e3d6c7 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 && echo 'listing dir' && find /c/cibw/lapacke -maxdepth 3 && echo 'installing depends' && pip install numpy Cython" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && find /c/cibw/lapacke -maxdepth 3 && pip install numpy Cython" env: global: -- cgit v1.2.3