From d46805837b6021093c6d0fe9dee2bd0d02e83469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Tue, 17 Feb 2015 21:55:22 +0200 Subject: [PATCH] Use correct package name for tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a052252b..c700fe64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - pip install . - pip install -r dev_requirements.txt - pip install nose-cov -script: nosetests -sv --with-coverage --cover-package=pelican pelican +script: nosetests -sv --with-coverage --cover-package=pelican pelican_tests after_success: # Report coverage results to coveralls.io - pip install coveralls