From 1a25273a9fe8631d6d861bdb48704a53a2495e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 13 Apr 2016 22:52:23 +0200 Subject: [PATCH] Tests with coverage. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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