From 44fc336c8a7abb6b61cf7f24ff08155ceeee19d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 17:40:47 +0100 Subject: [PATCH] test with alpine --- .builds/debian.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index b35c991..801a0c8 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,14 +1,14 @@ -image: debian/sid +image: alpine/3.10 sources: - https://git.sr.ht/~cedric/Stegano packages: - - pip + - python-pip tasks: - setup: | pip install pipenv pipenv imstall pipenv install --dev - - tests: | + - test: | nosetests --with-coverage --cover-package=stegano - typecheck: | python tools/run_mypy.py