test with alpine

This commit is contained in:
Cédric Bonhomme 2019-10-27 17:40:47 +01:00
parent 508834f7ea
commit 44fc336c8a
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -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