diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 10:47:00 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 10:47:00 +0000 |
| commit | 1b0e75041d44306922668d4f6d3543be207854de (patch) | |
| tree | 1446fc5d83cb794de4548a6f59785c8d6044335b | |
| parent | use forward slashes in windows (diff) | |
| download | pygensvm-1b0e75041d44306922668d4f6d3543be207854de.tar.gz pygensvm-1b0e75041d44306922668d4f6d3543be207854de.zip | |
Use yum in the docker image
| -rw-r--r-- | .travis.yml | 2 |
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 |
