Skip to content

Commit 018e0e7

Browse files
committed
again
1 parent 08b97be commit 018e0e7

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ python:
66
- "3.6"
77
- "3.7"
88

9-
before_install:
10-
- sudo add-apt-repository ppa:andreasgocht/scorep -y
11-
- sudo apt-get update -q
12-
- sudo apt-get install scorep -y
9+
addons:
10+
apt:
11+
sources:
12+
- sourceline: "ppa:andreasgocht/scorep"
13+
packages:
14+
- scorep
15+
- openmpi-common
16+
- libopenmpi-dev
1317

1418
install:
1519
- pip install mpi4py numpy

0 commit comments

Comments
 (0)