mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use correct package name for tests.
This commit is contained in:
parent
e2d9bf6a82
commit
d46805837b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue