From fbe9f1b6e125bebf1fdc907a7e67992d45cf8232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 19:43:29 +0100 Subject: [PATCH] one more test --- .builds/debian.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index 5890c64..3375626 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -11,5 +11,4 @@ tasks: PATH=$PATH:/home/build/.local/bin pipenv install pipenv install --dev - pipenv shell - nosetests --with-coverage --cover-package=stegano + pipenv run --with-coverage --cover-package=stegano