shithub: aubio

Download patch

ref: 91ac33fdff290edfdbdc47ce381fc294446c6024
parent: f70e181848011f4b20b6421bd09171dccb45ec6b
author: Paul Brossier <piem@piem.org>
date: Wed Sep 26 07:41:11 EDT 2018

.circleci/config.yml: install pip requirements

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,6 +4,11 @@
     sudo apt-get update
     sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev
 
+pip-install: &pip-install
+  name: Install pip dependencies
+  command: |
+    pip install -r requirements.txt
+
 build-wheel: &build-wheel
   name: Build python wheel
   command: |
@@ -29,6 +34,7 @@
     steps:
       - checkout
       - run: *apt-install
+      - run: *pip-install
       - run: *build-wheel
       - run: *install-wheel
       - run: *test-nose2