Use correct package name for tests.

This commit is contained in:
Ionel Cristian Mărieș 2015-02-17 21:55:22 +02:00
commit d46805837b

View file

@ -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