mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 17:58:32 +02:00
9 lines
146 B
YAML
9 lines
146 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
|
|
script:
|
|
- nosetests --with-coverage --cover-package=stegano
|