.circleci/config.yml: force using local nose2
authorPaul Brossier <piem@piem.org>
Wed, 26 Sep 2018 09:45:28 +0000 (11:45 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 26 Sep 2018 09:45:28 +0000 (11:45 +0200)
.circleci/config.yml

index 75f7fa6..e44228d 100644 (file)
@@ -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: