Stegano/.travis.yml
2016-04-13 22:52:23 +02:00

9 lines
146 B
YAML

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