aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-23 15:16:53 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-23 15:17:05 +0000
commit222d1cdb6a1a64f69f7fe9fdc1f3826d0d65e134 (patch)
tree10e50c86a1aeb1720a2bd22ab90eebff1bf8150b
parentremove debug statement (diff)
downloadpygensvm-222d1cdb6a1a64f69f7fe9fdc1f3826d0d65e134.tar.gz
pygensvm-222d1cdb6a1a64f69f7fe9fdc1f3826d0d65e134.zip
Disable windows builds temporarily
-rw-r--r--.travis.yml32
1 files changed, 15 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index a8058c1..461e062 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,19 +31,17 @@ matrix:
- PIP="pip3"
- CIBW_BEFORE_BUILD="pip install numpy Cython"
- - os: windows
- language: shell
- before_install:
- - choco install python3 --version 3.6.8 --no-progress -y
- env:
- - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- - PYTHON="python"
- - PIP="pip"
- - CIBW_ENVIRONMENT="DISTUTILS_DEBUG=1"
- - CIBW_ENVIRONMENT="OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/"
- #- LAPACK="/c/cibw/lapacke/lapacke.0.1.0/lib"
- #- BLAS="/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib"
- - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install OpenBLAS -OutputDirectory /cibw/openblas -Verbosity detailed && echo && find /c/cibw/openblas -type f -maxdepth 10 && echo && pip install numpy Cython"
+ # - os: windows
+ # language: shell
+ # before_install:
+ # - choco install python3 --version 3.6.8 --no-progress -y
+ # env:
+ # - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
+ # - PYTHON="python"
+ # - PIP="pip"
+ # - CIBW_ENVIRONMENT="DISTUTILS_DEBUG=1"
+ # - CIBW_ENVIRONMENT="OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/"
+ # - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install OpenBLAS -OutputDirectory /cibw/openblas -Verbosity detailed && echo && find /c/cibw/openblas -type f -maxdepth 10 && echo && pip install numpy Cython"
env:
global:
@@ -54,10 +52,10 @@ env:
# Run the unit tests on the wheels that are created
- CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test"
- #install:
- # - $PIP install numpy
- # - $PIP install -e .[dev]
- # - $PYTHON -m unittest discover -v -f -s ./test
+install:
+ - $PIP install numpy
+ - $PIP install -e .[dev]
+ - $PYTHON -m unittest discover -v -f -s ./test
script:
- $PIP install cibuildwheel==1.0.0