From 4103cb4c5eecdec064c55d582498bab387ea8080 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 26 Sep 2018 11:45:28 +0200 Subject: [PATCH] .circleci/config.yml: force using local nose2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0