mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Reactivate travis IRC reports.
This commit is contained in:
parent
aae56fee39
commit
2a599b8646
1 changed files with 6 additions and 3 deletions
|
|
@ -8,12 +8,15 @@ before_install:
|
|||
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
||||
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 mock nose nose-cov Markdown
|
||||
- pip install .
|
||||
- pip install Markdown
|
||||
script: nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
after_success:
|
||||
# Report coverage results to coveralls.io
|
||||
- pip install coveralls
|
||||
- coveralls
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#pelican"
|
||||
on_success: change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue