Merge 7e339e9ca8 into d4ba7b7291
|
|
@ -1,3 +1,3 @@
|
|||
[report]
|
||||
omit = pelican/tests/*
|
||||
omit = pelican_tests/*
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
20
MANIFEST.in
|
|
@ -1,3 +1,17 @@
|
|||
include *.rst
|
||||
recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml *.py
|
||||
include LICENSE THANKS docs/changelog.rst
|
||||
graft pelican/themes
|
||||
graft pelican_tests
|
||||
graft pelican/tools/templates
|
||||
graft docs
|
||||
graft samples
|
||||
|
||||
include tox.ini
|
||||
include dev_requirements.txt
|
||||
include bumpr.rc
|
||||
include THANKS
|
||||
include README.rst
|
||||
include LICENSE
|
||||
include CONTRIBUTING.rst
|
||||
include .travis.yml
|
||||
include .coveragerc
|
||||
include .mailmap
|
||||
exclude .gitattributes
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 958 B |
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 487 B After Width: | Height: | Size: 487 B |
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 803 B |