aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 10:47:00 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 10:47:00 +0000
commit1b0e75041d44306922668d4f6d3543be207854de (patch)
tree1446fc5d83cb794de4548a6f59785c8d6044335b
parentuse forward slashes in windows (diff)
downloadpygensvm-1b0e75041d44306922668d4f6d3543be207854de.tar.gz
pygensvm-1b0e75041d44306922668d4f6d3543be207854de.zip
Use yum in the docker image
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a91a129..70a8bfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ matrix:
- CC="gcc"
- PYTHON="python3"
- PIP="pip3"
- - CIBW_BEFORE_BUILD="apt-get update && apt-get install -y libatlas-base-dev liblapack-dev liblapacke-dev && pip install numpy"
+ - CIBW_BEFORE_BUILD="yum install -y atlas-devel lapack-devel && pip install numpy"
- os: osx
language: generic