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