install dev requirements for Travis.

This commit is contained in:
Cédric Bonhomme 2017-02-22 09:01:38 +01:00
parent 3bc6afde81
commit ce28039b1a
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -4,6 +4,7 @@ python:
install: install:
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "pip install -r requirements.dev.txt"
script: script:
- nosetests --with-coverage --cover-package=stegano - nosetests --with-coverage --cover-package=stegano