diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:22:27 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:22:27 +0000 |
| commit | 4ca24e50a98f755a4f4f37a9adf3b6818c9390ce (patch) | |
| tree | 9befe191de6a7616a7f8a60c17f1c4e21392d286 /.travis.yml | |
| parent | Show a bit more depth (diff) | |
| download | pygensvm-4ca24e50a98f755a4f4f37a9adf3b6818c9390ce.tar.gz pygensvm-4ca24e50a98f755a4f4f37a9adf3b6818c9390ce.zip | |
Remove echo statements
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 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: |
