Skip to content

Commit 49fbdf4

Browse files
committed
Maybe travis will work out of the box, maybe it won't. Let see.
1 parent e8198ad commit 49fbdf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ python:
77
# command to install dependencies
88
install:
99
- sudo apt-get update
10+
- sudo apt-get install -y python-pip
1011
- sudo apt-get install llvm-3.4 clang-3.4 libapr1-dev libaprutil1-dev
1112
- sudo apt-get install dragonegg llvm-3.0 llvm-gcc
13+
- pip install -e .
1214
- export WLLVM_HOME=`pwd`
1315

1416
# command to run tests

0 commit comments

Comments
 (0)