From 23ec3c22b0f21362c2eea421588dc5a18ae65092 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 12:22:30 +0000 Subject: 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. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3