aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6dea91a..28e3066 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ matrix:
- CC="gcc"
- PYTHON="python3"
- PIP="pip3"
+ - CIBW_BEFORE_BUILD="pip install numpy"
- os: windows
language: shell
@@ -38,10 +39,10 @@ matrix:
- PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- PYTHON="python"
- PIP="pip"
+ - CIBW_BEFORE_BUILD="pip install numpy"
env:
- CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test
- - CIBW_BEFORE_BUILD="pip install numpy"
env:
- CC="gcc"