mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
switch to Debian
This commit is contained in:
parent
e74662cc90
commit
2dc6430373
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue