Stegano/.travis.yml
2017-02-22 08:57:06 +01:00

12 lines
176 B
YAML

language: python
python:
- "3.5"
install:
- "pip install -r requirements.txt"
script:
- nosetests --with-coverage --cover-package=stegano
after_success:
- coveralls