aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 09:46:30 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 09:46:30 +0000
commit0eea5b70efc33d88148688e9c135e10ce260dccb (patch)
tree205d65e84e10b367a6ae84f4b8903b7db2e9a8ca
parentSet the path for cyg-get (diff)
downloadpygensvm-0eea5b70efc33d88148688e9c135e10ce260dccb.tar.gz
pygensvm-0eea5b70efc33d88148688e9c135e10ce260dccb.zip
move numpy install env to matrix
-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"