Skip to content

Commit e8f042a

Browse files
authored
1 parent 920a347 commit e8f042a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ dist: focal
33
language: python
44
python: 3.9
55
cache: pip
6+
addons:
7+
apt:
8+
packages:
9+
- libatlas-base-dev
10+
- liblapack-dev
11+
- gfortran
12+
- libgmp-dev
13+
- ibmpfr-dev
14+
- libsuitesparse-dev
15+
- ccache
16+
- libmpc-dev
617
before_install: pip install --upgrade pip setuptools six wheel
718
jobs:
819
include:

0 commit comments

Comments
 (0)