Stegano/.travis.yml
2017-02-22 09:01:38 +01:00

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