From 2dc643037345a1fe13fa7786089c74a82aaff220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 17:54:37 +0100 Subject: [PATCH] switch to Debian --- .builds/debian.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index 5cbe2ff..967f10e 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,14 +1,14 @@ -image: alpine/3.10 +image: debian/sid sources: - https://git.sr.ht/~cedric/Stegano packages: - python3 - python3-dev - - py3-pip + - python3-pip tasks: - setup: | pip install pipenv - pipenv imstall + pipenv install pipenv install --dev - test: | nosetests --with-coverage --cover-package=stegano