Skip to content

Commit 5878b99

Browse files
authored
Update .travis.yml
1 parent 2896496 commit 5878b99

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.travis.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@ 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+
- libmpfr-dev
14+
- libsuitesparse-dev
15+
- ccache
16+
- libmpc-dev
617
env:
718
- PATH=$PATH:$HOME/.cargo/bin
8-
before_install:
19+
before_install:
920
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1021
- pip install --upgrade pip setuptools six wheel
1122
- pip install statsmodels
@@ -18,7 +29,7 @@ jobs:
1829
script:
1930
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
2031
allow_failures:
21-
- install: true
32+
- install: true
2233
after_success:
2334
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
2435
notifications:

0 commit comments

Comments
 (0)