We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c30561 commit 9e86308Copy full SHA for 9e86308
.travis.yml
@@ -6,19 +6,6 @@ matrix:
6
- python: 3.6
7
- python: 3.7
8
- 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
22
script:
23
- coverage run --concurrency=multiprocessing -m unittest discover tests/
24
- coverage combine
0 commit comments