From 0f9a72580ab203e8a18e639aed8c8c4223c6c36e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 28 Sep 2015 14:16:06 +0200 Subject: fix coverage collection --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 832c2501..767333f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_script: - "openssl version -a" script: - - "py.test --cov pathod -v" + - "py.test --cov libpathod -v" after_success: - coveralls -- cgit v1.2.3