1 parent eabb852 commit d38369aCopy full SHA for d38369a
1 file changed
.travis.yml
@@ -3,6 +3,12 @@ dist: focal
3
language: python
4
python: 3.9-dev
5
cache: pip
6
+addons:
7
+ apt:
8
+ update: true
9
+ packages:
10
+ - libblas-dev
11
+ - liblapack-dev
12
before_install: pip install --upgrade pip setuptools six
13
install: pip install black flake8
14
notifications:
0 commit comments