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