Skip to content

Commit 9e86308

Browse files
authored
Try updating travis.yml
1 parent 2c30561 commit 9e86308

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ matrix:
66
- python: 3.6
77
- python: 3.7
88
- python: 3.8
9-
dist: xenial
10-
addons:
11-
apt:
12-
sources:
13-
- ubuntu-toolchain-r-test
14-
packages:
15-
- g++
16-
- gfortran
17-
- libblas-dev
18-
- liblapack-dev
19-
- libatlas-base-dev
20-
- libopenblas-base
21-
- libopenblas-dev
229
script:
2310
- coverage run --concurrency=multiprocessing -m unittest discover tests/
2411
- coverage combine

0 commit comments

Comments
 (0)