diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 09:46:30 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 09:46:30 +0000 |
| commit | 0eea5b70efc33d88148688e9c135e10ce260dccb (patch) | |
| tree | 205d65e84e10b367a6ae84f4b8903b7db2e9a8ca | |
| parent | Set the path for cyg-get (diff) | |
| download | pygensvm-0eea5b70efc33d88148688e9c135e10ce260dccb.tar.gz pygensvm-0eea5b70efc33d88148688e9c135e10ce260dccb.zip | |
move numpy install env to matrix
| -rw-r--r-- | .travis.yml | 3 |
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" |
