Skip to content

Commit 58b7558

Browse files
authored
Install libllvm-3.3
1 parent 893f777 commit 58b7558

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

circle.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies:
3131
#cache_directories:
3232
# - $CONDA_ROOT
3333

34+
pre:
35+
- sudo apt-get update; sudo apt-get install libllvm-3.3
36+
3437
override:
3538

3639
#-------------------------------------------------------------------------
@@ -69,4 +72,4 @@ test:
6972
- $python -m "nose" --with-doctest ${MB}/shapes/
7073
- $python -m "nose" --with-doctest ${MB}/features/
7174
#- $python -m "nose" --with-doctest --with-coverage ${MB}/evaluate/
72-
#- coveralls
75+
#- coveralls

0 commit comments

Comments
 (0)