mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Activate coveralls.io support
This commit is contained in:
parent
71a2c14d1b
commit
472abb6fd9
1 changed files with 6 additions and 1 deletions
|
|
@ -9,6 +9,11 @@ before_install:
|
|||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
||||
- pip install mock
|
||||
- pip install mock nose nose-cov
|
||||
- pip install .
|
||||
- pip install Markdown
|
||||
script: python -m unittest discover
|
||||
script: nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
after_success:
|
||||
# Report coverage results to coveralls.io
|
||||
- pip install coveralls
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue