We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b97be commit 018e0e7Copy full SHA for 018e0e7
1 file changed
.travis.yml
@@ -6,10 +6,14 @@ python:
6
- "3.6"
7
- "3.7"
8
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
+addons:
+ apt:
+ sources:
+ - sourceline: "ppa:andreasgocht/scorep"
13
+ packages:
14
+ - scorep
15
+ - openmpi-common
16
+ - libopenmpi-dev
17
18
install:
19
- pip install mpi4py numpy
0 commit comments