mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
test with alpine
This commit is contained in:
parent
508834f7ea
commit
44fc336c8a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue