aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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