Skip to content

Commit 5afb627

Browse files
committed
add ci
1 parent 7718744 commit 5afb627

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
dist: xenial
2+
3+
language: python
4+
python:
5+
- "2.7"
6+
- "3.6"
7+
- "3.7"
8+
9+
addons:
10+
apt:
11+
update: true
12+
13+
before_install:
14+
- sudo add-apt-repository ppa:andreasgocht/scorep
15+
- sudo apt-get update -q
16+
- sudo apt-get install -y scorep
17+
18+
script:
19+
- pip install ./ && cd test $$ python test.py

0 commit comments

Comments
 (0)