summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2018-07-31 08:43:40 +0200
committerDashie <dashie@sigpipe.me>2018-07-31 08:43:40 +0200
commit01481b61d5c8814a329adef663ddb66405d67a76 (patch)
tree4c60110d17e3d7d426f0105beea4bb3a93e0a03a /.drone.yml
parentd4cd3820e2d3732178130415091aafa802cd31e1 (diff)
One more
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 7c17652c..427b4541 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -28,7 +28,8 @@ pipeline:
- apk -U add sox sox-dev taglib taglib-dev libmagic file-dev libffi libffi-dev
- apk add cmake gcc g++ make pkgconfig git boost-dev gd-dev libmad-dev libsndfile-dev libid3tag-dev wget postgresql-dev
- pip install --upgrade pip setuptools
- - pip install flake8
+ - pip install --cache-dir=/cache flake8
+ - pip install --cache-dir=/cache -r requirements.txt
- python setup.py install
- ./tests/install_audiowaveform.sh
- flake8 .