From: Paul Brossier Date: Wed, 26 Sep 2018 09:45:28 +0000 (+0200) Subject: .circleci/config.yml: force using local nose2 X-Git-Tag: 0.4.8~92^2~21^2~10 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=4103cb4c5eecdec064c55d582498bab387ea8080;p=aubio.git .circleci/config.yml: force using local nose2 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 75f7fa6f..e44228df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ test-nose2: &test-nose2 name: Test python wheel command: | make create_test_sounds - nose2 -v + PATH=/home/circleci/.local/bin:$PATH nose2 -v version: 2 jobs: