We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893f777 commit 58b7558Copy full SHA for 58b7558
circle.yml
@@ -31,6 +31,9 @@ dependencies:
31
#cache_directories:
32
# - $CONDA_ROOT
33
34
+ pre:
35
+ - sudo apt-get update; sudo apt-get install libllvm-3.3
36
+
37
override:
38
39
#-------------------------------------------------------------------------
@@ -69,4 +72,4 @@ test:
69
72
- $python -m "nose" --with-doctest ${MB}/shapes/
70
73
- $python -m "nose" --with-doctest ${MB}/features/
71
74
#- $python -m "nose" --with-doctest --with-coverage ${MB}/evaluate/
- #- coveralls
75
+ #- coveralls
0 commit comments