aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 12:22:30 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 12:22:30 +0000
commit23ec3c22b0f21362c2eea421588dc5a18ae65092 (patch)
tree8867c5816ed63241caa31139efb48beb9e205a1d /.travis.yml
parentTry install lapacke with nuget (diff)
downloadpygensvm-23ec3c22b0f21362c2eea421588dc5a18ae65092.tar.gz
pygensvm-23ec3c22b0f21362c2eea421588dc5a18ae65092.zip
Skip install block for now
We'd have to install nuget as well ourselves, so it's just easier to skip this and let cibuildwheel do it.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e0c130c..02b6867 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,10 +54,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