diff --git a/.travis.yml b/.travis.yml index 4c76780..9bbf6b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - "pip install -r requirements.txt" script: - - nosetests + - nosetests --with-coverage --cover-package=stegano