Skip to content

Commit

Permalink
Activate coveralls.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Aug 12, 2013
1 parent 71a2c14 commit 472abb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 472abb6

Please sign in to comment.