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