Skip to content

Commit 08b97be

Browse files
committed
and now the tests 😄
1 parent d41549d commit 08b97be

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ before_install:
1010
- sudo add-apt-repository ppa:andreasgocht/scorep -y
1111
- sudo apt-get update -q
1212
- sudo apt-get install scorep -y
13+
14+
install:
15+
- pip install mpi4py numpy
1316

1417
script:
15-
- pip install ./ && cd test $$ python test.py
18+
- pip install ./ && cd test && python test.py

0 commit comments

Comments
 (0)