From 649fd542d7509d89bf92a27c7f7e74a43b5b06b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 18:12:48 +0100 Subject: [PATCH] fix pipenv path --- .builds/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index 19ac725..d83e378 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -12,6 +12,7 @@ tasks: pipenv install pipenv install --dev - test: | + PATH=$PATH:/home/build/.local/bin pipenv shell nosetests --with-coverage --cover-package=stegano - typecheck: |