Stegano/.travis.yml
2017-03-22 08:47:12 +01:00

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