mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-15 02:08:31 +02:00
13 lines
218 B
YAML
13 lines
218 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
- "pip install -r requirements.dev.txt"
|
|
|
|
script:
|
|
- nosetests --with-coverage --cover-package=stegano
|
|
|
|
after_success:
|
|
- coveralls
|