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