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:
|
sources:
|
||||||
- https://git.sr.ht/~cedric/Stegano
|
- https://git.sr.ht/~cedric/Stegano
|
||||||
packages:
|
packages:
|
||||||
- python3
|
- python3
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- py3-pip
|
- python3-pip
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv imstall
|
pipenv install
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
- test: |
|
- test: |
|
||||||
nosetests --with-coverage --cover-package=stegano
|
nosetests --with-coverage --cover-package=stegano
|
||||||
|
|
Loading…
Add table
Reference in a new issue