From ea165fe1b13bd93fc27da020c80f8330551c0bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 19:40:54 +0100 Subject: [PATCH] one more test --- .builds/debian.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index d83e378..5890c64 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -6,14 +6,10 @@ packages: - python3-dev - python3-pip tasks: - - build: | + - test: | pip3 install pipenv PATH=$PATH:/home/build/.local/bin pipenv install pipenv install --dev - - test: | - PATH=$PATH:/home/build/.local/bin pipenv shell nosetests --with-coverage --cover-package=stegano - - typecheck: | - python tools/run_mypy.py