[mfcc] get_scale/power return smpl_t
[aubio.git] / .travis.yml
index 788885a..b799ce2 100644 (file)
@@ -62,15 +62,17 @@ addons:
     - libfftw3-dev
     - sox
     - lcov
+  homebrew:
+    packages:
+    - sox
+    - ffmpeg
+    - libsndfile
+    - lcov
+    #update: true
 
 before_install:
    - |
      if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-       brew update
-       brew install sox
-       brew install ffmpeg
-       brew install libsndfile
-       brew install lcov
        export PATH="$HOME/Library/Python/2.7/bin/:$PATH"
      fi;
 
@@ -83,8 +85,6 @@ install:
   - travis_retry make getwaf expandwaf deps_python
   - which pip
   - pip --version
-  - pip install python-coveralls
-  - gem install coveralls-lcov
 
 script:
   - make create_test_sounds
@@ -99,10 +99,6 @@ script:
 after_success:
   - |
     if [[ -z "$AUBIO_NOTESTS" ]]; then
-      # upload lcov coverage to coveralls.io
-      coveralls-lcov build/coverage.info
-      # upload python coverage
-      #coveralls
       # upload to codecov
       bash <(curl -s https://codecov.io/bash)
     fi